This file is indexed.

/usr/share/doc/syslogout/examples/etc/sysprofile.d/syslogout.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 syslogout logfiles from consuming too much space

# Uncomment for debugging:
#set -x

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