Blame SOURCES/cronie-1.5.2-use-pam-system-auth.patch

9c8d95
From 978a00ea7ac92852c153ebb3b2152886730ca51c Mon Sep 17 00:00:00 2001
9c8d95
From: Marcel Plch <mplch@redhat.com>
9c8d95
Date: Fri, 7 Dec 2018 15:01:19 +0100
9c8d95
Subject: [PATCH] Use system-auth instead of password-auth for PAM
9c8d95
 authentication (#25)
9c8d95
9c8d95
---
9c8d95
 pam/crond | 6 +++---
9c8d95
 1 file changed, 3 insertions(+), 3 deletions(-)
9c8d95
9c8d95
diff --git a/pam/crond b/pam/crond
9c8d95
index 91964aa..560529d 100644
9c8d95
--- a/pam/crond
9c8d95
+++ b/pam/crond
9c8d95
@@ -4,8 +4,8 @@
9c8d95
 #
9c8d95
 # Although no PAM authentication is called, auth modules
9c8d95
 # are used for credential setting
9c8d95
-auth       include    password-auth
9c8d95
+auth       include    system-auth
9c8d95
 account    required   pam_access.so
9c8d95
-account    include    password-auth
9c8d95
+account    include    system-auth
9c8d95
 session    required   pam_loginuid.so
9c8d95
-session    include    password-auth
9c8d95
+session    include    system-auth