[Pkg-shadow-commits] r3038 - in upstream/trunk: . etc

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Thu Jul 23 20:41:36 UTC 2009


Author: nekral-guest
Date: 2009-07-23 20:41:35 +0000 (Thu, 23 Jul 2009)
New Revision: 3038

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/etc/login.defs
Log:
	* etc/login.defs: SYS_GID_MIN /SYS_UID_MIN changed from 100 to
	101. GID 100 seems to be used statically.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-07-23 19:40:53 UTC (rev 3037)
+++ upstream/trunk/ChangeLog	2009-07-23 20:41:35 UTC (rev 3038)
@@ -1,3 +1,8 @@
+2009-07-23  Nicolas François  <nicolas.francois at 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 at centraliens.net>
 
 	* libmisc/shell.c, src/su.c: Execute the scripts with "sh -"

Modified: upstream/trunk/etc/login.defs
===================================================================
--- upstream/trunk/etc/login.defs	2009-07-23 19:40:53 UTC (rev 3037)
+++ upstream/trunk/etc/login.defs	2009-07-23 20:41:35 UTC (rev 3038)
@@ -223,7 +223,7 @@
 UID_MIN			 1000
 UID_MAX			60000
 # System accounts
-SYS_UID_MIN		  100
+SYS_UID_MIN		  101
 SYS_UID_MAX		  999
 
 #
@@ -232,7 +232,7 @@
 GID_MIN			 1000
 GID_MAX			60000
 # System accounts
-SYS_GID_MIN		  100
+SYS_GID_MIN		  101
 SYS_GID_MAX		  999
 
 #




More information about the Pkg-shadow-commits mailing list