summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorikerexxe <ipedrosa@redhat.com>2020-09-09 10:32:03 +0200
committerTomáš Mráz <tmraz@redhat.com>2020-09-10 09:06:31 +0200
commita3a5cbf86083c43026b558e2023f597530626267 (patch)
tree97a3fbe0aa6d83a151bf2935e37ff093dc83fa01 /modules
parent9091ea1d81e85f49a221b0325d27b22ce69e444a (diff)
pam_wheel: clarify use_uid option in man page
modules/pam_wheel/pam_wheel.8.xml: indicate that use_uid option uses the real uid of the calling process.
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_wheel/pam_wheel.8.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_wheel/pam_wheel.8.xml b/modules/pam_wheel/pam_wheel.8.xml
index b32f5e2b..ee8c7d26 100644
--- a/modules/pam_wheel/pam_wheel.8.xml
+++ b/modules/pam_wheel/pam_wheel.8.xml
@@ -122,9 +122,9 @@
</term>
<listitem>
<para>
- The check for wheel membership will be done against
- the current uid instead of the original one (useful when
- jumping with su from one account to another for example).
+ The check will be done against the real uid of the calling process,
+ instead of trying to obtain the user from the login session
+ associated with the terminal in use.
</para>
</listitem>
</varlistentry>