forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-02-17 557c24d082b6ecb9bfe5407b77ae43fa7650a5dc
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