summaryrefslogtreecommitdiff
path: root/modules/pam_umask/README
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-07-14 09:59:35 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-07-14 09:59:35 +0000
commitd705b50256fa7515c470d86c6ad190e665cc17b8 (patch)
tree7cfaec7e802df21e4f17c0d95da4f0d696dbe0c7 /modules/pam_umask/README
parent829710d933e15d71f1055968a6a6582fdd4ea105 (diff)
Relevant BUGIDs: none
Purpose of commit: new feature Commit summary: --------------- Add new PAM module for setting umask
Diffstat (limited to 'modules/pam_umask/README')
-rw-r--r--modules/pam_umask/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/pam_umask/README b/modules/pam_umask/README
new file mode 100644
index 00000000..3fd4f7f0
--- /dev/null
+++ b/modules/pam_umask/README
@@ -0,0 +1,14 @@
+This is the README for pam_umask
+--------------------------------
+
+pam_umask sets the set the file mode creation mask of the current
+environment. It tries to get the umask value from the following
+files in the following priority:
+
+- umask= argument
+- umask= entry of the users GECOS field
+- pri= entry of the users GECOS field
+- ulimit= entry of the users GECOS field
+- UMASK= entry from /etc/default/login
+- UMASK entry from /etc/login.defs
+