SHA256
1
0
forked from pool/rpmlint

- whitelist pam_cifscreds PAM module (bsc#1150527)

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=699
This commit is contained in:
2019-12-16 12:51:23 +00:00
committed by Git OBS Bridge
parent fb793effa8
commit b4df9f88b0
2 changed files with 8 additions and 1 deletions

4
config
View File

@@ -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

View File

@@ -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