SHA256
1
0
forked from pool/rpmlint

- whitelist pam_envoy (bsc#1150525)

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=688
This commit is contained in:
Malte Kraus 2019-09-20 16:06:46 +00:00 committed by Git OBS Bridge
parent e95bf7fc29
commit 56e0c71f5a
2 changed files with 8 additions and 1 deletions

4
config
View File

@ -907,7 +907,9 @@ setOption("PAMModules.WhiteList", (
# pam_oath (bsc#1089114)
"pam_oath.so",
# pam_p11 (bsc#1123916)
"pam_p11.so"
"pam_p11.so",
# pam_envoy (bsc#1150525)
"pam_envoy.so"
))
# Output filters

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 20 16:04:10 UTC 2019 - Malte Kraus <malte.kraus@suse.com>
- whitelist pam_envoy (bsc#1150525)
-------------------------------------------------------------------
Tue Sep 17 12:35:25 UTC 2019 - dmueller@suse.com