From: Tomas Hoger Date: Thu, 4 Dec 2008 20:19:13 +0000 (-0500) Subject: Bug 18229 - Change system.conf to correctly deny non-reply sends by default X-Git-Tag: dbus-1.3.0~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70a0ac620ab4be279ef8e0945307b541e10a1393;p=thirdparty%2Fdbus.git Bug 18229 - Change system.conf to correctly deny non-reply sends by default The previous rule was actually applied to all messages, even if they weren't a reply. This meant that in fact the default DBus policy was effectively allow, rather than deny as claimed. This fix ensures that the above rule only applies to actual reply messages. Signed-off-by: Colin Walters --- diff --git a/bus/system.conf.in b/bus/system.conf.in index 6a71926ed..ac2822fa5 100644 --- a/bus/system.conf.in +++ b/bus/system.conf.in @@ -50,9 +50,19 @@ even if they aren't in here --> - - + + + + +