diff --git a/config b/config index eda1add..705fef8 100644 --- a/config +++ b/config @@ -1078,6 +1078,9 @@ setOption("DBUSServices.WhiteList", ( "org.freedesktop.timesync1.conf", # keepalived (bsc#1015141) "org.keepalived.Vrrp1.conf", + # boltd (bsc#1119975) + "org.freedesktop.bolt.conf", + "org.freedesktop.bolt.service", )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 05a5b23..27df954 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 21 17:08:47 UTC 2018 - matthias.gerstner@suse.com + +- whitelist boltd dbus service (bsc#1119975) + ------------------------------------------------------------------- Wed Dec 12 20:14:29 UTC 2018 - mardnh@gmx.de