diff --git a/config b/config index ec52bc7..7439ce5 100644 --- a/config +++ b/config @@ -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", ( diff --git a/rpmlint.changes b/rpmlint.changes index 05d8bfe..a0b69b0 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 22 08:56:44 UTC 2019 - Ludwig Nussel + +- whitelist systemd-portabled dbus files (boo#1145639) + ------------------------------------------------------------------- Tue Aug 20 07:40:56 UTC 2019 - kukuk@suse.com