File: checksecurity.logrotate

package info (click to toggle)
checksecurity 2.0.16%2Bnmu3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 260 kB
  • sloc: sh: 285; perl: 202; makefile: 74
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
}