diff --git a/config b/config index 5526b89..231d38c 100644 --- a/config +++ b/config @@ -896,6 +896,9 @@ setOption("PAMModules.WhiteList", ( "pam_user_map.so", # oddjob (bsc#1169494) "pam_oddjob_mkhomedir.so" + # cockpit (bsc#1169614) + "pam_cockpit_cert.so", + "pam_ssh_add.so", )) # Output filters diff --git a/rpmlint.changes b/rpmlint.changes index 4fc9ce2..c77ee9a 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 20 11:51:53 UTC 2020 - Johannes Segitz + +- whitelist cockpit PAM modules (bsc#1169614) + * pam_cockpit_cert + * pam_ssh_add + ------------------------------------------------------------------- Wed May 20 08:37:02 UTC 2020 - Adrian Schröter