File: checksecurity.logrotate

package info (click to toggle)
checksecurity 2.0.11
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 252 kB
  • ctags: 4
  • sloc: sh: 272; perl: 116; makefile: 70
file content (9 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
/var/log/checksecurity.log /var/log/diskfree.log /var/log/setuid/setuid.changes /var/log/checksecurity/socket.changes {
    weekly
    rotate 10
    compress
    missingok
    notifempty
    create 0640 root adm
}