Allocate system uids/gids between 400 and 500
Previously it was between 100 and 500, but this can already collide with the static uids/guid in misc/ids.nix.
This commit is contained in:
@@ -10,12 +10,12 @@ let
|
||||
''
|
||||
DEFAULT_HOME yes
|
||||
|
||||
SYS_UID_MIN 100
|
||||
SYS_UID_MIN 400
|
||||
SYS_UID_MAX 499
|
||||
UID_MIN 1000
|
||||
UID_MAX 29999
|
||||
|
||||
SYS_GID_MIN 100
|
||||
SYS_GID_MIN 400
|
||||
SYS_GID_MAX 499
|
||||
GID_MIN 1000
|
||||
GID_MAX 29999
|
||||
|
||||
Reference in New Issue
Block a user