SHA256
1
0
forked from pool/rpmlint

Accepting request 910085 from home:mgerstner:branches:openSUSE:Factory

- whitelist oddjob-gpupdate PAM and D-Bus (bsc#1188680)

(we need this in rpmlint1 already so that the package maintainer of
oddjob-gpupdate isn't blocked)

OBS-URL: https://build.opensuse.org/request/show/910085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=355
This commit is contained in:
Dominique Leuenberger 2021-08-04 08:10:40 +00:00 committed by Git OBS Bridge
parent f79ae650c4
commit f0470d3f6d
2 changed files with 10 additions and 1 deletions

6
config
View File

@ -816,6 +816,8 @@ setOption("DBUSServices.WhiteList", (
"org.fedoraproject.SetroubleshootFixit.conf", "org.fedoraproject.SetroubleshootFixit.conf",
"org.fedoraproject.SetroubleshootPrivileged.conf", "org.fedoraproject.SetroubleshootPrivileged.conf",
"org.fedoraproject.Setroubleshootd.conf", "org.fedoraproject.Setroubleshootd.conf",
# oddjob-gpupdate (bsc#1188680)
"oddjob-gpupdate.conf"
)) ))
setOption("PAMModules.WhiteList", ( setOption("PAMModules.WhiteList", (
@ -963,7 +965,9 @@ setOption("PAMModules.WhiteList", (
# pam (bsc#1171562) # pam (bsc#1171562)
"pam_faillock.so", "pam_faillock.so",
# sssd gssapi extension (bsc#1182509) # sssd gssapi extension (bsc#1182509)
"pam_sss_gss.so" "pam_sss_gss.so",
# oddjob-gpupdate (bsc#1188680)
"pam_oddjob_gpupdate.so",
)) ))
# Output filters # Output filters

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 4 07:49:04 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
- whitelist oddjob-gpupdate PAM and D-Bus (bsc#1188680)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 21 14:08:38 UTC 2021 - Ludwig Nussel <lnussel@suse.de> Fri May 21 14:08:38 UTC 2021 - Ludwig Nussel <lnussel@suse.de>