Bug 18229 - Change system.conf to correctly deny non-reply sends by default
authorTomas Hoger <thoger@redhat.com>
Thu, 4 Dec 2008 20:19:13 +0000 (15:19 -0500)
committerColin Walters <walters@verbum.org>
Fri, 5 Dec 2008 16:39:43 +0000 (11:39 -0500)
commit8fad15265fd0f405a67eebbece81520b47d7ba5f
treee293024da6d903ce1d7d8337978f87d289b29338
parentc5526c18ad4dbf706e12ae46c5b8b26efa17e52c
Bug 18229 - Change system.conf to correctly deny non-reply sends by default

The previous rule <allow send_requested_reply="true"/> 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 <walters@verbum.org>
bus/system.conf.in