Bump release : v1.0.2
[profile/ivi/message-port.git] / tests / test-dbus-daemon.conf.in
1 <busconfig>
2     <type>session</type>
3     <listen>unix:tmpdir=/tmp/</listen>
4     <servicedir>@abs_top_builddir@/tests/services</servicedir>
5     <policy context="default">
6         <!-- Allow everything to be sent -->
7         <allow send_destination="*" eavesdrop="true"/>
8
9         <!-- Allow everything to be received -->
10         <allow eavesdrop="true"/>
11
12         <!-- Allow anyone to own anything -->
13         <allow own="*"/>
14     </policy>
15 </busconfig>