]> granicus.if.org Git - shadow/commitdiff
* etc/login.defs: Updated description of UMASK to indicate its
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 26 Mar 2010 11:53:06 +0000 (11:53 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 26 Mar 2010 11:53:06 +0000 (11:53 +0000)
usage by pam_umask.

ChangeLog
etc/login.defs

index b2d9003a627c955f6b2a96c53377e5d8b2064d4a..6e436ebfee69ab4b478c7dc5cfa3a504e59b49ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-26  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * etc/login.defs: Updated description of UMASK to indicate its
+       usage by pam_umask.
+
 2010-03-25  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/login.1.xml: login does not check for new mails in PAM
index 919bed0dbf910e3efe77d023d7fac2ecea75cf5c..105a02fbe834c553956f18eeb514917b801575d1 100644 (file)
@@ -183,7 +183,8 @@ ERASECHAR   0177
 KILLCHAR       025
 #ULIMIT                2097152
 
-# Default initial "umask" value for non-PAM enabled systems.
+# Default initial "umask" value used by login on non-PAM enabled systems.
+# Default "umask" value for pam_umask on 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