This file is indexed.

/etc/logrotate.d/checksecurity is in checksecurity 2.0.14ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
/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
}