]> git.pld-linux.org Git - packages/dbus.git/blame - dbus-allow-introspection.patch
up to 1.14.10
[packages/dbus.git] / dbus-allow-introspection.patch
CommitLineData
01d86960
JB
1--- dbus-1.2.10/bus/system.conf.in.orig 2008-12-18 22:10:55.000000000 +0100
2+++ dbus-1.2.10/bus/system.conf.in 2008-12-26 02:04:26.330514668 +0100
3@@ -55,6 +55,9 @@
4 <allow send_type="signal"/>
5 <allow send_requested_reply="true" send_type="method_return"/>
6 <allow send_requested_reply="true" send_type="error"/>
ad235b46
PZ
7+ <!-- Introspection and Peer methods are always allowed -->
8+ <allow send_interface="org.freedesktop.DBus.Introspectable"/>
9+ <allow send_interface="org.freedesktop.DBus.Peer"/>
01d86960
JB
10
11 <!-- All messages may be received by default -->
12 <allow receive_type="method_call"/>
add81972
JP
13--- dbus-1.2.10/test/data/valid-config-files-system/tmp-session-like-system.conf.in.orig 2008-12-19 20:39:55.000000000 +0100
14+++ dbus-1.2.10/test/data/valid-config-files-system/tmp-session-like-system.conf.in 2008-12-26 09:42:41.950513830 +0100
01d86960
JB
15@@ -24,6 +24,10 @@
16 <deny own="*"/>
17 <deny send_type="method_call"/>
18
ad235b46
PZ
19+ <!-- Introspection and Peer methods are always allowed -->
20+ <allow send_interface="org.freedesktop.DBus.Introspectable"/>
21+ <allow send_interface="org.freedesktop.DBus.Peer"/>
01d86960
JB
22+
23 <!-- Signals and reply messages (method returns, errors) are allowed
24 by default -->
1cee13ec 25 <allow send_type="signal"/>
This page took 0.045185 seconds and 4 git commands to generate.