# Drop-ins may be placed in /etc/default/shell-timeout.d/*.conf

# Inactivity timeout in seconds, 0 to disable
TMOUT_SECONDS=0

# Make TMOUT readonly in the shell (if possible)
#
# Values other than: `yes`, `true`, or `1` are treated as `no`
TMOUT_READONLY=no

# List of UIDs/GIDs to apply timeout consideration
#
# Format is space-separated numeric IDs
# Content of drop-ins will be appended
TMOUT_UIDS=""
TMOUT_GIDS=""

# List of usernames/group names to apply timeout consideration
# These are resolved to numeric UIDs/GIDs at runtime
#
# Format is space-separated names
# Content of drop-ins will be appended
TMOUT_USERNAMES=""
TMOUT_GROUPS=""

# List of UIDs/GIDs to remove from consideration
# Useful when an earlier drop-in adds a user you want to exclude
#
# Format is space-separated numeric IDs
# Content of drop-ins will be appended
TMOUT_UIDS_NOCHECK=""
TMOUT_GIDS_NOCHECK=""

# List of usernames/group names to remove from consideration
# These are resolved to numeric UIDs/GIDs at runtime
# Useful when an earlier drop-in adds a user you want to exclude
#
# Format is space-separated names
# Content of drop-ins will be appended
TMOUT_USERNAMES_NOCHECK=""
TMOUT_GROUPS_NOCHECK=""
