SHA256
1
0
forked from pool/rpmlint

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

- whitelist pam_oath PAM module after audit (bsc#1089114)

OBS-URL: https://build.opensuse.org/request/show/621181
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=605
This commit is contained in:
Dirk Mueller 2018-07-06 07:31:44 +00:00 committed by Git OBS Bridge
parent 760e58699f
commit 92c348ce2c
2 changed files with 10 additions and 3 deletions

4
config
View File

@ -1182,7 +1182,9 @@ setOption("PAMModules.WhiteList", (
# pam_script (bsc#1039848)
"pam_script.so",
# pam_yubico (bsc#1087060)
"pam_yubico.so"
"pam_yubico.so",
# pam_oath (bsc#1089114)
"pam_oath.so"
))
# Output filters

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 5 16:48:30 UTC 2018 - matthias.gerstner@suse.com
- whitelist pam_oath PAM module after audit (bsc#1089114)
-------------------------------------------------------------------
Tue Jul 3 14:09:19 UTC 2018 - mcepl@suse.com