This file is indexed.

/usr/share/ltsp/init-ltsp.d/50-ltspfsd-udev-rules is in ltspfsd 1.4-2.

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
# configure ltspfs udev rules.
if boolean_is_true "$LOCALDEV" ; then
    if [ -f /usr/share/ltspfs/udev/ltspfsd.rules ]; then
        mkdir -p /etc/udev/rules.d/
        ln -s /usr/share/ltspfs/udev/ltspfsd.rules /etc/udev/rules.d/ltspfsd.rules
    fi
fi