blob: 3514296fd1e3e39289482f8106df8c23f21e88b7 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001<!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
2
3<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
4 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
5<busconfig>
6 <listen>debug-pipe:name=test-server</listen>
7 <listen>unix:tmpdir=@TEST_SOCKET_DIR@</listen>
8 <servicedir>@TEST_VALID_SERVICE_DIR@</servicedir>
9 <policy context="default">
10 <allow send_interface="*"/>
11 <allow receive_interface="*"/>
12 <allow own="*"/>
13 <allow user="*"/>
14 </policy>
15</busconfig>