This file is indexed.

/usr/share/ltsp/plugins/ltsp-build-client/Debian/010-mount-sys is in ltsp-server 5.5.7-1.

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
# Make sure /sys is mounted in the chroot, to allow modprobe to work
# as it should.  Avoids problem installing oss-compat on some machines.
# http://bugs.debian.org/721597
case "$MODE" in
    after-install)
        chroot_mount sys /sys "-t sysfs"
        ;;
esac