From a3a5cbf86083c43026b558e2023f597530626267 Mon Sep 17 00:00:00 2001 From: ikerexxe Date: Wed, 9 Sep 2020 10:32:03 +0200 Subject: 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. --- modules/pam_wheel/pam_wheel.8.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') 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 @@ - 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. -- cgit v1.2.3