diff --git a/config b/config index 4ab1f76..9bf20cd 100644 --- a/config +++ b/config @@ -944,6 +944,8 @@ setOption("PAMModules.WhiteList", ( "pam_malcontent.so", # pam (bsc#1171562) "pam_faillock.so", + # sssd gssapi extension (bsc#1182509) + "pam_sss_gss.so" )) # Output filters diff --git a/rpmlint.changes b/rpmlint.changes index 5d6df0e..846af86 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 22 13:26:48 UTC 2021 - Matthias Gerstner + +- whitelist pam_sss_gss.so PAM module (bsc#1182509) + ------------------------------------------------------------------- Wed Feb 3 21:24:59 UTC 2021 - chris@computersalat.de