diff options
author | ikerexxe <ipedrosa@redhat.com> | 2020-09-09 10:32:03 +0200 |
---|---|---|
committer | Tomáš Mráz <tmraz@redhat.com> | 2020-09-10 09:06:31 +0200 |
commit | a3a5cbf86083c43026b558e2023f597530626267 (patch) | |
tree | 97a3fbe0aa6d83a151bf2935e37ff093dc83fa01 /modules/pam_wheel | |
parent | 9091ea1d81e85f49a221b0325d27b22ce69e444a (diff) | |
download | pam-a3a5cbf86083c43026b558e2023f597530626267.tar.gz pam-a3a5cbf86083c43026b558e2023f597530626267.tar.bz2 pam-a3a5cbf86083c43026b558e2023f597530626267.zip |
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/pam_wheel')
-rw-r--r-- | modules/pam_wheel/pam_wheel.8.xml | 6 |
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> |