File: checksecurity.logrotate

package info (click to toggle)
checksecurity 2.0.14
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 252 kB
  • sloc: sh: 285; perl: 116; makefile: 72
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
}