* etc/login.defs: SYS_GID_MIN /SYS_UID_MIN changed from 100 to
101. GID 100 seems to be used statically.
This commit is contained in:
parent
93ce5304fe
commit
65741533ca
@ -1,3 +1,8 @@
|
||||
2009-07-23 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* etc/login.defs: SYS_GID_MIN /SYS_UID_MIN changed from 100 to
|
||||
101. GID 100 seems to be used statically.
|
||||
|
||||
2009-07-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/shell.c, src/su.c: Execute the scripts with "sh -"
|
||||
|
@ -223,7 +223,7 @@ CRACKLIB_DICTPATH /var/cache/cracklib/cracklib_dict
|
||||
UID_MIN 1000
|
||||
UID_MAX 60000
|
||||
# System accounts
|
||||
SYS_UID_MIN 100
|
||||
SYS_UID_MIN 101
|
||||
SYS_UID_MAX 999
|
||||
|
||||
#
|
||||
@ -232,7 +232,7 @@ SYS_UID_MAX 999
|
||||
GID_MIN 1000
|
||||
GID_MAX 60000
|
||||
# System accounts
|
||||
SYS_GID_MIN 100
|
||||
SYS_GID_MIN 101
|
||||
SYS_GID_MAX 999
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user