66754ab3f1
packet counts by pf(4). This adds a ``daily_status_security_pfdenied_enable'' variable to periodic.conf, which defaults to ``YES'' as the matching IPF(W) versions. The output will look like this (line wrapped): pf denied packets: > block drop log on rl0 proto tcp all [ Evaluations: 504986 Packets: 0 Bytes: 0 States: 0 ] > block drop log on rl0 all [ Evaluations: 18559 Packets: 427 Bytes: 140578 States: 0 ] Submitted by: clive (thanks a lot!) MFC after: 2 weeks
19 lines
284 B
Makefile
19 lines
284 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= 100.chksetuid \
|
|
200.chkmounts \
|
|
300.chkuid0 \
|
|
400.passwdless \
|
|
500.ipfwdenied \
|
|
510.ipfdenied \
|
|
520.pfdenied \
|
|
550.ipfwlimit \
|
|
600.ip6fwdenied \
|
|
650.ip6fwlimit \
|
|
700.kernelmsg \
|
|
800.loginfail \
|
|
900.tcpwrap \
|
|
security.functions
|
|
|
|
.include <bsd.prog.mk>
|