# set defaults for local device support
if [ -z "$LOCALDEV" ] && [ -x /usr/bin/ltspfsd ]; then
    set_lts_var LOCALDEV True
fi

# Fat clients don't use ltspfsd. If an admin needs to prevent users from
# accessing local devices, he should do it with pklocalauthority.
if boolean_is_true "$LTSP_FATCLIENT"; then
    set_lts_var LOCALDEV
fi
