debian/login.defs: Set default subuid and subgid ranges

This commit is contained in:
Balint Reczey
2022-01-22 21:03:08 +01:00
parent efb3723826
commit f7a09bbd35

8
debian/login.defs vendored
View File

@@ -169,6 +169,10 @@ UID_MAX 60000
# System accounts
#SYS_UID_MIN 100
#SYS_UID_MAX 999
# Extra per user uids
SUB_UID_MIN 100000
SUB_UID_MAX 600100000
SUB_UID_COUNT 65536
#
# Min/max values for automatic gid selection in groupadd
@@ -178,6 +182,10 @@ GID_MAX 60000
# System accounts
#SYS_GID_MIN 100
#SYS_GID_MAX 999
# Extra per user group ids
SUB_GID_MIN 100000
SUB_GID_MAX 600100000
SUB_GID_COUNT 65536
#
# Max number of login retries if password is bad. This will most likely be