diff --git a/config b/config index 231d38c..afc95d7 100644 --- a/config +++ b/config @@ -899,6 +899,8 @@ setOption("PAMModules.WhiteList", ( # cockpit (bsc#1169614) "pam_cockpit_cert.so", "pam_ssh_add.so", + # pam (bsc#1171564) + "pam_usertype.so", )) # Output filters diff --git a/rpmlint.changes b/rpmlint.changes index c77ee9a..dd164af 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 25 09:44:52 UTC 2020 - matthias.gerstner@suse.com + +- whitelist pam_usertype (bsc#1171564) + ------------------------------------------------------------------- Wed May 20 11:51:53 UTC 2020 - Johannes Segitz