aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/msec/plugins/pam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec/plugins/pam.py b/src/msec/plugins/pam.py
index d18bbd6..b897d0b 100644
--- a/src/msec/plugins/pam.py
+++ b/src/msec/plugins/pam.py
@@ -159,7 +159,7 @@ class pam:
'@0 ucredit=%s ' % nupper))
def enable_pam_wheel_for_su(self, arg):
- ''' Allow only users in wheel grup to su to root.'''
+ ''' Allow only users in wheel group to su to root.'''
su = self.configfiles.get_config_file(self.SU)
val = su.get_match('^auth\s+required\s+(?:/lib/security/)?pam_wheel.so\s+use_uid\s*$')