Update NEWS
[dbus-python-phuang.git] / test / tmp-session-bus.conf.in
blob9d172ff13484581047e17e1eadda89b44757d18a
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">
4 <busconfig>
5   <!-- Our well-known bus type, don't change this -->
6   <type>session</type>
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 -->
17     <allow own="*"/>
18   </policy>
20 </busconfig>
21 <!-- vim:set ft=xml sts=2 sw=2 et: -->