* debian/login.defs: Update GID_MIN to 1000. This is more consistent with
UID_MIN, SYS_GID_MAX and the usage of the same ID for UID and GIDs. This
should also be more consistent with the assignment of system group IDs
starting from GID_MAX and going down.
This commit is contained in:
Vendored
+5
-1
@@ -71,8 +71,12 @@ shadow (1:4.1.3-1) unstable; urgency=low
|
||||
users). Closes: #487105
|
||||
* debian/patches/200_bin_nb: Updated Norwegian Bokmål translation.
|
||||
Closes: #523798
|
||||
* debian/login.defs: Update GID_MIN to 1000. This is more consistent with
|
||||
UID_MIN, SYS_GID_MAX and the usage of the same ID for UID and GIDs. This
|
||||
should also be more consistent with the assignment of system group IDs
|
||||
starting from GID_MAX and going down.
|
||||
|
||||
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Sat, 14 Mar 2009 18:44:29 +0100
|
||||
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Tue, 14 Apr 2009 23:33:22 +0200
|
||||
|
||||
shadow (1:4.1.1-4) unstable; urgency=low
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -183,7 +183,7 @@ UID_MAX 60000
|
||||
#
|
||||
# Min/max values for automatic gid selection in groupadd
|
||||
#
|
||||
GID_MIN 100
|
||||
GID_MIN 1000
|
||||
GID_MAX 60000
|
||||
# System accounts
|
||||
#SYS_GID_MIN 100
|
||||
|
||||
Reference in New Issue
Block a user