SHA256
1
0
forked from pool/rpmlint

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

- Whitelist a batch of PAM modules that have been forgotted to be whitelisted
  in the past, or have never been requested to be reviewed before
  (bsc#1150178).
  Since we want to add badness to the PAM warning in rpmlint we need to add
  those entries to avoid build errors of existing packages in Factory.

OBS-URL: https://build.opensuse.org/request/show/769018
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=708
This commit is contained in:
Johannes Segitz 2020-01-31 10:41:05 +00:00 committed by Git OBS Bridge
parent 24897f77ef
commit 138345eba6
2 changed files with 22 additions and 0 deletions

13
config
View File

@ -928,6 +928,19 @@ setOption("PAMModules.WhiteList", (
"pam_pwquality.so",
# lxc (bsc#1150519)
"pam_cgfs.so",
# google-authenticator-libpam (bsc#1150524) - potential future removal candidate
"pam_google_authenticator.so",
# pam_u2f (bsc#1087061)
"pam_u2f.so",
# pam_kwallet (bsc#993806)
"pam_kwallet5.so",
# pam_dbus (bsc#1039709)
"pam_dbus.so",
# google-compute-engine (bsc#1146353)
"pam_oslogin_admin.so",
"pam_oslogin_login.so",
# fprintd (bsc#792095)
"pam_fprintd.so"
))
# Output filters

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 31 09:52:39 UTC 2020 - matthias.gerstner@suse.com
- Whitelist a batch of PAM modules that have been forgotted to be whitelisted
in the past, or have never been requested to be reviewed before
(bsc#1150178).
Since we want to add badness to the PAM warning in rpmlint we need to add
those entries to avoid build errors of existing packages in Factory.
-------------------------------------------------------------------
Thu Jan 30 16:18:29 UTC 2020 - James Fehlig <jfehlig@suse.com>