1password-auth is the Fedora's common pam configure file, use oe common pam 2configure files instead. 3 4Upstream-Status: Pending 5 6Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> 7diff --git a/pam/crond b/pam/crond 8index 560529d..95a6457 100644 9--- a/pam/crond 10+++ b/pam/crond 11@@ -4,8 +4,8 @@ 12 # 13 # Although no PAM authentication is called, auth modules 14 # are used for credential setting 15-auth include system-auth 16+auth include common-auth 17 account required pam_access.so 18-account include system-auth 19+account include common-auth 20 session required pam_loginuid.so 21-session include system-auth 22+session include common-session-noninteractive 23