Page MenuHomeFreeBSD

D4068.id9887.diff
No OneTemporary

D4068.id9887.diff

Index: etc/periodic/security/520.pfdenied
===================================================================
--- etc/periodic/security/520.pfdenied
+++ etc/periodic/security/520.pfdenied
@@ -44,7 +44,7 @@
if check_yesno_period security_status_pfdenied_enable
then
TMP=`mktemp -t security`
- if pfctl -sr -v 2>/dev/null | nawk '{if (/^block/) {buf=$0; getline; gsub(" +"," ",$0); print buf$0;} }' > ${TMP}; then
+ if pfctl -sr -v 2>/dev/null | nawk '{if (/^block/) {buf=$0; getline; gsub(" +"," ",$0); if ($5 > 0) print buf$0;} }' > ${TMP}; then
check_diff new_only pf ${TMP} "${host} pf denied packets:"
fi
rc=$?

File Metadata

Mime Type
text/plain
Expires
Fri, May 1, 12:45 PM (16 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32577076
Default Alt Text
D4068.id9887.diff (626 B)

Event Timeline