summaryrefslogtreecommitdiff
path: root/modules/pam_umask
diff options
context:
space:
mode:
authorAndreas Henriksson <andreas@fatal.se>2020-01-09 21:29:29 +0100
committerTomáš Mráz <t8m@users.noreply.github.com>2020-01-10 12:21:24 +0100
commitfe93034d2a9b2f1f7a677e8d49a6da2e9dce9cb1 (patch)
tree57d14fecc085ea934db19156a3ef718be093db1c /modules/pam_umask
parentb92d8459e788233223e328ab0e79980e3cd44d97 (diff)
pam_umask: document the 'nousergroups' option
Add a short description of the nousergroups to the pam_umask(8) man-page.
Diffstat (limited to 'modules/pam_umask')
-rw-r--r--modules/pam_umask/pam_umask.8.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/pam_umask/pam_umask.8.xml b/modules/pam_umask/pam_umask.8.xml
index 92693f7f..42016cdc 100644
--- a/modules/pam_umask/pam_umask.8.xml
+++ b/modules/pam_umask/pam_umask.8.xml
@@ -28,6 +28,9 @@
usergroups
</arg>
<arg choice="opt">
+ nousergroups
+ </arg>
+ <arg choice="opt">
umask=<replaceable>mask</replaceable>
</arg>
</cmdsynopsis>
@@ -121,6 +124,19 @@
<varlistentry>
<term>
+ <option>nousergroups</option>
+ </term>
+ <listitem>
+ <para>
+ This is the direct opposite of the usergroups option described above,
+ which can be useful in case pam_umask has been compiled with
+ usergroups enabled by default and you want to disable it at runtime.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
<option>umask=<replaceable>mask</replaceable></option>
</term>
<listitem>