File: checksecurity.logrotate

package info (click to toggle)
checksecurity 2.0.18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: sh: 271; perl: 202; makefile: 43
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
}