summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/profile3
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