1 <!-- 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 <type>system</type> 9 <servicehelper>@TEST_LAUNCH_HELPER_BINARY@</servicehelper> 10 <servicedir>@TEST_INVALID_SERVICE_SYSTEM_DIR@</servicedir> 11 <policy context="default"> 12 <allow send_interface="*"/> 13 <allow receive_interface="*"/> 14 <allow own="*"/> 15 <allow user="*"/> 16 </policy> 17 </busconfig> 18