freebsd-dev/etc/periodic/security
Max Laier 66754ab3f1 Teach periodic(8) security output to display information about blocked
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
2004-11-24 18:41:53 +00:00
..
100.chksetuid Factor out code across various /etc/periodic/security scripts into a 2002-10-25 15:14:16 +00:00
200.chkmounts Factor out code across various /etc/periodic/security scripts into a 2002-10-25 15:14:16 +00:00
300.chkuid0
400.passwdless
500.ipfwdenied Have mktemp(1) construct the temporary file name for us instead 2003-06-30 22:06:26 +00:00
510.ipfdenied Have mktemp(1) construct the temporary file name for us instead 2003-06-30 22:06:26 +00:00
520.pfdenied Teach periodic(8) security output to display information about blocked 2004-11-24 18:41:53 +00:00
550.ipfwlimit Have mktemp(1) construct the temporary file name for us instead 2003-06-30 22:06:26 +00:00
600.ip6fwdenied Have mktemp(1) construct the temporary file name for us instead 2003-06-30 22:06:26 +00:00
610.ipf6denied Add script for checking ipv6 blocked packets from PR. 2004-04-20 13:44:57 +00:00
650.ip6fwlimit Have mktemp(1) construct the temporary file name for us instead 2003-06-30 22:06:26 +00:00
700.kernelmsg Remove incorrect output redirection. 2002-11-16 14:57:12 +00:00
800.loginfail Add support for bzip2ed log files. 2003-01-05 21:32:50 +00:00
900.tcpwrap Add support for bzip2ed log files. 2003-01-05 21:32:50 +00:00
Makefile Teach periodic(8) security output to display information about blocked 2004-11-24 18:41:53 +00:00
security.functions Add a knob 'daily_status_security_diff_flags' controlling the 2004-09-23 02:00:52 +00:00