summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-01-16 00:45:38 +0300
committerIgor Pashev <pashev.igor@gmail.com>2012-01-16 00:45:38 +0300
commit59e5c18cde0d4708dd6d8f5d0bc2cb51433e6067 (patch)
tree0338d761f64f3964e68ae6f1f1359c08d20d8d79
parent8f6f8816e5864ec6ce272c067c16010f7bc51a1c (diff)
downloadbase-files-59e5c18cde0d4708dd6d8f5d0bc2cb51433e6067.tar.gz
no pam_umask on Illumos
-rw-r--r--share/profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/profile b/share/profile
index 0bce790..4eab118 100644
--- a/share/profile
+++ b/share/profile
@@ -24,8 +24,7 @@ if [ "$PS1" ]; then
fi
fi
-# The default umask is now handled by pam_umask.
-# See pam_umask(8) and /etc/login.defs.
+umask 022
if [ -d /etc/profile.d ]; then
for i in /etc/profile.d/*.sh; do