diff options
Diffstat (limited to 'modules/pam_umask')
-rw-r--r-- | modules/pam_umask/README | 6 | ||||
-rw-r--r-- | modules/pam_umask/pam_umask.8 | 12 | ||||
-rw-r--r-- | modules/pam_umask/pam_umask.8.xml | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/modules/pam_umask/README b/modules/pam_umask/README index 330e2ade..274dbf60 100644 --- a/modules/pam_umask/README +++ b/modules/pam_umask/README @@ -11,14 +11,14 @@ created files. The PAM module tries to get the umask value from the following places in the following order: - • umask= argument - • umask= entry in the user's GECOS field - • UMASK= entry from /etc/default/login + • umask= argument • UMASK entry from /etc/login.defs + • UMASK= entry from /etc/default/login + The GECOS field is split on comma ',' characters. The module also in addition to the umask= entry recognizes pri= entry, which sets the nice priority value for the session, and ulimit= entry, which sets the maximum size of files the diff --git a/modules/pam_umask/pam_umask.8 b/modules/pam_umask/pam_umask.8 index b37ac6d3..fd2d8a8a 100644 --- a/modules/pam_umask/pam_umask.8 +++ b/modules/pam_umask/pam_umask.8 @@ -2,12 +2,12 @@ .\" Title: pam_umask .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> -.\" Date: 04/01/2016 +.\" Date: 05/18/2018 .\" Manual: Linux-PAM Manual .\" Source: Linux-PAM Manual .\" Language: English .\" -.TH "PAM_UMASK" "8" "04/01/2016" "Linux-PAM Manual" "Linux\-PAM Manual" +.TH "PAM_UMASK" "8" "05/18/2018" "Linux-PAM Manual" "Linux\-PAM Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -46,7 +46,7 @@ The PAM module tries to get the umask value from the following places in the fol .sp -1 .IP \(bu 2.3 .\} -umask= argument +umask= entry in the user\*(Aqs GECOS field .RE .sp .RS 4 @@ -57,7 +57,7 @@ umask= argument .sp -1 .IP \(bu 2.3 .\} -umask= entry in the user\*(Aqs GECOS field +umask= argument .RE .sp .RS 4 @@ -68,7 +68,7 @@ umask= entry in the user\*(Aqs GECOS field .sp -1 .IP \(bu 2.3 .\} -UMASK= entry from /etc/default/login +UMASK entry from /etc/login\&.defs .RE .sp .RS 4 @@ -79,7 +79,7 @@ UMASK= entry from /etc/default/login .sp -1 .IP \(bu 2.3 .\} -UMASK entry from /etc/login\&.defs +UMASK= entry from /etc/default/login .RE .PP The GECOS field is split on comma \*(Aq,\*(Aq characters\&. The module also in addition to the umask= entry recognizes pri= entry, which sets the nice priority value for the session, and ulimit= entry, which sets the maximum size of files the processes in the session can create\&. diff --git a/modules/pam_umask/pam_umask.8.xml b/modules/pam_umask/pam_umask.8.xml index 1e8d130b..92693f7f 100644 --- a/modules/pam_umask/pam_umask.8.xml +++ b/modules/pam_umask/pam_umask.8.xml @@ -48,22 +48,22 @@ <itemizedlist> <listitem> <para> - umask= argument + umask= entry in the user's GECOS field </para> </listitem> <listitem> <para> - umask= entry in the user's GECOS field + umask= argument </para> </listitem> <listitem> <para> - UMASK= entry from /etc/default/login + UMASK entry from /etc/login.defs </para> </listitem> <listitem> <para> - UMASK entry from /etc/login.defs + UMASK= entry from /etc/default/login </para> </listitem> </itemizedlist> |