From 9c09cdda26ee2e4fcf45ac04f49193191a26b48cbf4d5542650313ce7a17461d Mon Sep 17 00:00:00 2001 From: Wolfgang Frisch Date: Mon, 22 Feb 2021 13:42:57 +0000 Subject: [PATCH] Accepting request 874327 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint - whitelist pam_sss_gss.so PAM module (bsc#1182509) OBS-URL: https://build.opensuse.org/request/show/874327 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=767 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) 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