This file is indexed.

/usr/include/systraq/filetraq.mk is in systraq 20160803-3.

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
# /usr/include/systraq/filetraq.mk - included by /etc/systraq/Makefile

filetraq.conf: filetraq.main.conf filetraq.tail.conf
	echo '# $@: generated from $^' | \
          cat - filetraq.main.conf filetraq.tail.conf > $@

filetraq.main.conf:
	echo '# $@: automatically generated' > $@
	find /etc -not -readable -and -prune -or \( -perm -a+r -and -type f -and -print \) | sort >> $@
	ls -1 /home/*/.ssh/a* | sort >> $@

.PHONY: filetraq.main.conf