SHA256
1
0
forked from pool/rpmlint

Accepting request 822591 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint

- whitelist kanidm PAM module (bsc#1173387)

OBS-URL: https://build.opensuse.org/request/show/822591
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=741
This commit is contained in:
Malte Kraus 2020-07-24 09:11:23 +00:00 committed by Git OBS Bridge
parent d1c25abc7d
commit b9aba72033
2 changed files with 7 additions and 0 deletions

2
config
View File

@ -917,6 +917,8 @@ setOption("PAMModules.WhiteList", (
"pam_usertype.so",
# pam (bsc#1171563)
"pam_setquota.so",
# kanidm (bsc#1173387)
"pam_kanidm.so"
))
# Output filters

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 24 09:05:55 UTC 2020 - matthias.gerstner@suse.com
- whitelist kanidm PAM module (bsc#1173387)
-------------------------------------------------------------------
Wed Jul 15 07:40:08 UTC 2020 - matthias.gerstner@suse.com