summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Head <chead@chead.ca>2018-09-25 21:52:04 -0700
committerTomáš Mráz <t8m@users.noreply.github.com>2019-01-10 17:10:33 +0100
commit3db1c497e455fafabf30076670dd0164a8ce2aa6 (patch)
tree056df88c5e48e2d462639ee2c10ce9d0baeb14c5
parent2ec68e871038665749338da59d938a33c3248110 (diff)
Fix documentation for pam_wheel
By default, pam_wheel checks for applicant membership in the wheel group for *all* access requests, regardless of whether the target user is root or non-root. Only if root_only is provided does it limit the membership check to cases when the target user is root. Update the documentation to reflect this.
-rw-r--r--modules/pam_wheel/pam_wheel.8.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_wheel/pam_wheel.8.xml b/modules/pam_wheel/pam_wheel.8.xml
index c8d93773..b32f5e2b 100644
--- a/modules/pam_wheel/pam_wheel.8.xml
+++ b/modules/pam_wheel/pam_wheel.8.xml
@@ -43,8 +43,8 @@
<title>DESCRIPTION</title>
<para>
The pam_wheel PAM module is used to enforce the so-called
- <emphasis>wheel</emphasis> group. By default it permits root
- access to the system if the applicant user is a member of the
+ <emphasis>wheel</emphasis> group. By default it permits
+ access to the target user if the applicant user is a member of the
<emphasis>wheel</emphasis> group. If no group with this name exist,
the module is using the group with the group-ID
<emphasis remap='B'>0</emphasis>.