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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Mon Jan 19 10:21:51 UTC 2009


Author: nekral-guest
Date: 2009-01-19 10:21:50 +0000 (Mon, 19 Jan 2009)
New Revision: 2483

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/etc/login.defs
Log:
	* etc/login.defs: Improve the documentation of UMASK.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-01-19 10:00:53 UTC (rev 2482)
+++ upstream/trunk/ChangeLog	2009-01-19 10:21:50 UTC (rev 2483)
@@ -5,6 +5,7 @@
 	* man/limits.5.xml: Remove space before an end of tag.
 	* man/useradd.8.xml, man/login.defs.d/CREATE_HOME.xml,
 	man/login.defs.5.xml: Document the CREATE_HOME variable.
+	* etc/login.defs: Improve the documentation of UMASK.
 
 2009-01-06  Sebastian Rick Rijkers  <srrijkers at gmail.com>
 

Modified: upstream/trunk/etc/login.defs
===================================================================
--- upstream/trunk/etc/login.defs	2009-01-19 10:00:53 UTC (rev 2482)
+++ upstream/trunk/etc/login.defs	2009-01-19 10:21:50 UTC (rev 2483)
@@ -169,7 +169,6 @@
 #
 #	ERASECHAR	Terminal ERASE character ('\010' = backspace).
 #	KILLCHAR	Terminal KILL character ('\025' = CTRL/U).
-#	UMASK		Default "umask" value.
 #	ULIMIT		Default "ulimit" value.
 #
 # The ERASECHAR and KILLCHAR are used only on System V machines.
@@ -180,9 +179,16 @@
 #
 ERASECHAR	0177
 KILLCHAR	025
-UMASK		022
 #ULIMIT		2097152
 
+# Default initial "umask" value for non-PAM enabled systems.
+# UMASK is also used by useradd and newusers to set the mode of new home
+# directories.
+# 022 is the default value, but 027, or even 077, could be considered
+# better for privacy. There is no One True Answer here: each sysadmin
+# must make up her mind.
+UMASK		022
+
 #
 # Password aging controls:
 #




More information about the Pkg-shadow-commits mailing list