diff --git a/config b/config index d3eb49b..978b68c 100644 --- a/config +++ b/config @@ -1068,7 +1068,9 @@ setOption("DBUSServices.WhiteList", ( "nm-fortisslvpn-service.conf", # systemd-timesyncd (bsc#1111254) "org.freedesktop.timesync1.service", - "org.freedesktop.timesync1.conf" + "org.freedesktop.timesync1.conf", + # keepalived (bsc#1015141) + "org.keepalived.Vrrp1.conf", )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index c00a20b..39c0e2a 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 8 12:59:15 UTC 2018 - jsegitz@suse.com + +- whitelist keepalived dbus service (bsc#1015141) + ------------------------------------------------------------------- Tue Oct 23 15:15:42 UTC 2018 - matthias.gerstner@suse.com