Rotate auth.log and messages at the beginning of a year. Otherwise,
daily security checks 800.loginfail and 900.tcpwrap may produce false positive alerts.
This commit is contained in:
parent
87696ecec7
commit
004cb95bae
@ -19,7 +19,7 @@
|
||||
# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num]
|
||||
/var/log/all.log 600 7 * @T00 J
|
||||
/var/log/amd.log 644 7 100 * J
|
||||
/var/log/auth.log 600 7 100 * JC
|
||||
/var/log/auth.log 600 7 100 @0101T JC
|
||||
/var/log/console.log 600 5 100 * J
|
||||
/var/log/cron 600 3 100 * JC
|
||||
/var/log/daily.log 640 7 * @T00 JN
|
||||
@ -28,7 +28,7 @@
|
||||
/var/log/kerberos.log 600 7 100 * J
|
||||
/var/log/lpd-errs 644 7 100 * JC
|
||||
/var/log/maillog 640 7 * @T00 JC
|
||||
/var/log/messages 644 5 100 * JC
|
||||
/var/log/messages 644 5 100 @0101T JC
|
||||
/var/log/monthly.log 640 12 * $M1D0 JN
|
||||
/var/log/pflog 600 3 100 * JB /var/run/pflogd.pid
|
||||
/var/log/ppp.log root:network 640 3 100 * JC
|
||||
|
Loading…
Reference in New Issue
Block a user