about summary refs log tree commit diff stats
path: root/tools/conf/etc/logrotate.d/lynis
blob: 8cf91814c00c311a3617066b29c1febd30f34e4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/var/log/lynis.log {
    rotate 5
    monthly
    create 0644 root root
}
/var/log/lynis-report.dat {
    rotate 5
    monthly
    create 0644 root root
}