1 <!-- @configure_input@ -->
2 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
5 <!-- Our well-known bus type, don't change this -->
7 <listen>unix:tmpdir=@abs_top_builddir@/test</listen>
9 <servicedir>@abs_top_builddir@/test</servicedir>
11 <policy context="default">
12 <!-- Allow everything to be sent -->
13 <allow send_destination="*"/>
14 <!-- Allow everything to be received -->
15 <allow eavesdrop="true"/>
16 <!-- Allow anyone to own anything -->
21 <!-- vim:set ft=xml sts=2 sw=2 et: -->