This file is indexed.

/usr/share/doc/syslogout/examples/etc/syslogout.d/sysprofile.bash is in syslogout 0.3.9.

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
# Prevents sysprofile logfiles from consuming too much space

# Uncomment for debugging:
#set -x

if [ -f /var/tmp/sysprofile/$USER ]; then
     rm -f /var/tmp/sysprofile/$USER
fi