1<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3<busconfig>
4  <type>system</type>
5  <user>messagebus</user>
6  <fork/>
7  <standard_system_servicedirs/>
8  <servicehelper>/usr/lib/dbus-1.0/dbus-daemon-launch-helper</servicehelper>
9  <pidfile>/var/run/dbus/pid</pidfile>
10  <auth>EXTERNAL</auth>
11  <listen>unix:path=/var/run/dbus/system_bus_socket</listen>
12  <policy context="default">
13    <allow user="*"/>
14    <deny own="*"/>
15    <deny send_type="method_call"/>
16    <allow send_type="signal"/>
17    <allow send_requested_reply="true" send_type="method_return"/>
18    <allow send_requested_reply="true" send_type="error"/>
19    <allow receive_type="method_call"/>
20    <allow receive_type="method_return"/>
21    <allow receive_type="error"/>
22    <allow receive_type="signal"/>
23    <allow send_destination="org.freedesktop.DBus"/>
24    <deny send_destination="org.freedesktop.DBus"
25          send_interface="org.freedesktop.DBus"
26          send_member="UpdateActivationEnvironment"/>
27  </policy>
28  <policy user="root">
29    <allow own="fi.w1.wpa_supplicant1"/>
30    <allow send_destination="fi.w1.wpa_supplicant1"/>
31    <allow send_interface="fi.w1.wpa_supplicant1"/>
32    <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
33  </policy>
34</busconfig>
35