Merge pull request #2644 from lethalman/pam_tally
pam: Add logFailures option for adding pam_tally to su
This commit is contained in:
@@ -83,7 +83,7 @@ in
|
||||
security.pam.services =
|
||||
{ chsh = { rootOK = true; };
|
||||
chfn = { rootOK = true; };
|
||||
su = { rootOK = true; forwardXAuth = true; };
|
||||
su = { rootOK = true; forwardXAuth = true; logFailures = true; };
|
||||
passwd = {};
|
||||
# Note: useradd, groupadd etc. aren't setuid root, so it
|
||||
# doesn't really matter what the PAM config says as long as it
|
||||
|
||||
Reference in New Issue
Block a user