SHA256
1
0
forked from pool/rpmlint

- whitelist systemd-portabled dbus files (boo#1145639)

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=683
This commit is contained in:
2019-08-22 08:59:27 +00:00
committed by Git OBS Bridge
parent 87182c5b55
commit 82d48ca783
2 changed files with 8 additions and 0 deletions

3
config
View File

@@ -1019,6 +1019,9 @@ setOption("DBUSServices.WhiteList", (
# certmonger (bsc#1129452)
"org.fedorahosted.certmonger.service",
"certmonger.conf",
# systemd-portabled (boo#1145639)
"org.freedesktop.portable1.service",
"org.freedesktop.portable1.conf",
))
setOption("PAMModules.WhiteList", (

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 22 08:56:44 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
- whitelist systemd-portabled dbus files (boo#1145639)
-------------------------------------------------------------------
Tue Aug 20 07:40:56 UTC 2019 - kukuk@suse.com