* etc/login.defs: Updated description of UMASK to indicate its

usage by pam_umask.
This commit is contained in:
nekral-guest 2010-03-26 11:53:06 +00:00
parent 40d1598165
commit ee3d411024
2 changed files with 7 additions and 1 deletions

View File

@ -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

View 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