This file is indexed.

/usr/share/ltsp/ltsp_config.d/01-getltscfg is in ltsp-client-core 5.3.7-0ubuntu2.

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
# Get lts.conf params
if [ -f /etc/lts.conf ]; then
    eval $(getltscfg -a 2>/dev/null) || true
    eval $(getltscfg -a 2>/dev/null|grep -v export >> ${ltsp_config_env}) || true
fi