From 65741533ca07755447e8314a5ba3d931e5cd7a8a Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Thu, 23 Jul 2009 20:41:35 +0000 Subject: [PATCH] * etc/login.defs: SYS_GID_MIN /SYS_UID_MIN changed from 100 to 101. GID 100 seems to be used statically. --- ChangeLog | 5 +++++ etc/login.defs | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e59abd8..9b9007a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-23 Nicolas François + + * 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 * libmisc/shell.c, src/su.c: Execute the scripts with "sh -" diff --git a/etc/login.defs b/etc/login.defs index c519425e..919bed0d 100644 --- a/etc/login.defs +++ b/etc/login.defs @@ -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 #