diff --git a/config b/config index 88da726..1a94a7c 100644 --- a/config +++ b/config @@ -1213,7 +1213,9 @@ setOption("PAMModules.WhiteList", ( # pam_yubico (bsc#1087060) "pam_yubico.so", # pam_oath (bsc#1089114) - "pam_oath.so" + "pam_oath.so", + # pam_p11 (bsc#1123916) + "pam_p11.so" )) # Output filters diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 5553550..cb76e09 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # icecream 0 diff --git a/rpmlint.changes b/rpmlint.changes index e9aa778..c698c44 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 14 08:26:11 UTC 2019 - jsegitz@suse.com + +- Whitelisted pam_p11 (bsc#1123916) + ------------------------------------------------------------------- Sat Feb 2 08:23:39 UTC 2019 - Dirk Mueller diff --git a/rpmlint.spec b/rpmlint.spec index b83d724..02c8bbe 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ #