You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
569 B
14 lines
569 B
diff -ru cronie-1.4.11/pam/crond cronie-1.4.11_patched/pam/crond |
|
--- cronie-1.4.11/pam/crond 2013-07-18 14:27:08.000000000 +0200 |
|
+++ cronie-1.4.11_patched/pam/crond 2018-12-04 16:01:53.220225842 +0100 |
|
@@ -4,7 +4,7 @@ |
|
# |
|
# No PAM authentication called, auth modules not needed |
|
account required pam_access.so |
|
-account include password-auth |
|
+account include system-auth |
|
session required pam_loginuid.so |
|
-session include password-auth |
|
-auth include password-auth |
|
+session include system-auth |
|
+auth include system-auth
|
|
|