diff --git a/config b/config index bd0aa75..ab54831 100644 --- a/config +++ b/config @@ -1058,7 +1058,9 @@ setOption("DBUSServices.WhiteList", ( "nm-libreswan-service.conf", # libratbag (bnc#1076467) "org.freedesktop.ratbag1.service", - "org.freedesktop.ratbag1.conf" + "org.freedesktop.ratbag1.conf", + # xpra (bsc#1102836) + "xpra.conf" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index f90b299..9086e7f 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 20 08:53:17 UTC 2018 - matthias.gerstner@suse.com + +- whitelist xpra D-Bus service (bsc#1102836) + ------------------------------------------------------------------- Wed Aug 8 08:34:23 UTC 2018 - lnussel@suse.de