diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-06-14 00:26:37 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-06-14 00:26:37 +0000 |
commit | 0a85f3b3f5bf4a760bb8ac97950a11a63f89a984 (patch) | |
tree | debf315a9004a8a8c77dad51fed3e39940589767 | |
parent | 5a3cc63d3fb6895e1c33507f0a31d5b43b98b559 (diff) | |
download | base-files-0a85f3b3f5bf4a760bb8ac97950a11a63f89a984.tar.gz |
Revert "no pam_umask on Illumos"
Switching to Linux PAM
This reverts commit 59e5c18cde0d4708dd6d8f5d0bc2cb51433e6067.
-rw-r--r-- | share/profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/profile b/share/profile index 4eab118..0bce790 100644 --- a/share/profile +++ b/share/profile @@ -24,7 +24,8 @@ if [ "$PS1" ]; then fi fi -umask 022 +# The default umask is now handled by pam_umask. +# See pam_umask(8) and /etc/login.defs. if [ -d /etc/profile.d ]; then for i in /etc/profile.d/*.sh; do |