summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2022-01-22 21:03:08 +0100
committerBalint Reczey <balint@balintreczey.hu>2022-01-22 21:53:25 +0100
commitf7a09bbd35e23966e07305abd5d6dbe9d9e04eaa (patch)
treeaf8c55acdfcb553e3266bbd67514bb972c6aefc1 /debian
parentefb3723826bb540a6aab19a8ee56c71540d7844c (diff)
downloadshadow-f7a09bbd35e23966e07305abd5d6dbe9d9e04eaa.tar.gz
debian/login.defs: Set default subuid and subgid ranges
Diffstat (limited to 'debian')
-rw-r--r--debian/login.defs8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/login.defs b/debian/login.defs
index 6c02b6fc..2e43d04e 100644
--- a/debian/login.defs
+++ b/debian/login.defs
@@ -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