From b4df9f88b045f610ff9639f6a28d69d0c577232c63b3e2d8cf113241348f3e35 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Mon, 16 Dec 2019 12:51:23 +0000 Subject: [PATCH] - whitelist pam_cifscreds PAM module (bsc#1150527) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=699 --- config | 4 +++- rpmlint.changes | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config b/config index c639fd2..e2e89b7 100644 --- a/config +++ b/config @@ -915,7 +915,9 @@ setOption("PAMModules.WhiteList", ( # pam_p11 (bsc#1123916) "pam_p11.so", # pam_envoy (bsc#1150525) - "pam_envoy.so" + "pam_envoy.so", + # pam_cifscreds (bsc#1150527) + "pam_cifscreds.so", )) # Output filters diff --git a/rpmlint.changes b/rpmlint.changes index d57e1ab..65a5074 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 16 12:50:57 UTC 2019 - matthias.gerstner@suse.com + +- whitelist pam_cifscreds PAM module (bsc#1150527) + ------------------------------------------------------------------- Tue Dec 10 14:46:11 UTC 2019 - matthias.gerstner@suse.com