summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cronie/cronie/crond_pam_config.patch
blob: c374790d1da9020294008903a9eb7ec4285b1f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
password-auth is the Fedora's common pam configure file, use oe common pam
configure files instead.

Upstream-Status: Pending

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
diff --git a/pam/crond b/pam/crond
index 560529d..95a6457 100644
--- a/pam/crond
+++ b/pam/crond
@@ -4,8 +4,8 @@
 #
 # Although no PAM authentication is called, auth modules
 # are used for credential setting
-auth       include    system-auth
+auth       include    common-auth
 account    required   pam_access.so
-account    include    system-auth
+account    include    common-auth
 session    required   pam_loginuid.so
-session    include    system-auth
+session    include    common-session-noninteractive