blob: 22d7278a82b4a95f5c6862aef3d788350a4127a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<busconfig>
<type>@MESSAGE_BUS_TYPE@</type>
<listen>unix:tmpdir=/tmp/</listen>
<servicedir>@abs_top_builddir@/test/daemon/services</servicedir>
<policy context="default">
<!-- Allow everything to be sent -->
<allow send_destination="*" eavesdrop="true"/>
<!-- Allow everything to be received -->
<allow eavesdrop="true"/>
<!-- Allow anyone to own anything -->
<allow own="*"/>
</policy>
</busconfig>
|