This file is indexed.

/etc/logrotate.d/samhain is in samhain 3.1.0-5ubuntu1.

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
 9
10
11
12
13
14
/var/log/samhain/*.log {
	weekly
	missingok
	rotate 52
	compress
	delaycompress
	notifempty
	create 640 root adm
	sharedscripts
	postrotate
	   if [ -f /var/run/samhain/samhain.pid ]; then \
		/etc/init.d/samhain reload > /dev/null; fi
	endscript
}