blob: af4e4fa3d02c8ecbbd8688edee4bad13ed4d8b6d [file] [log] [blame]
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<!--
Copyright 2020 The Chromium OS Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<busconfig>
<policy user="wpa">
<allow own="fi.w1.wpa_supplicant1"/>
<allow own="fi.epitest.hostap.WPASupplicant"/>
<allow send_destination="fi.w1.wpa_supplicant1"/>
<allow send_interface="fi.w1.wpa_supplicant1"/>
</policy>
<policy user="root">
<allow send_destination="fi.w1.wpa_supplicant1"/>
<allow send_interface="fi.w1.wpa_supplicant1"/>
<allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
</policy>
<policy user="shill">
<allow send_destination="fi.w1.wpa_supplicant1"/>
<allow send_interface="fi.w1.wpa_supplicant1"/>
<allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
</policy>
<policy user="chronos">
<allow send_destination="fi.w1.wpa_supplicant1"
send_interface="org.freedesktop.DBus.Properties"/>
</policy>
<policy user="debugd">
<allow send_destination="fi.w1.wpa_supplicant1"
send_interface="org.freedesktop.DBus.Properties"/>
</policy>
<policy context="default">
<deny own="fi.w1.wpa_supplicant1"/>
<deny own="fi.epitest.hostap.WPASupplicant"/>
<deny send_destination="fi.w1.wpa_supplicant1"/>
<deny send_interface="fi.w1.wpa_supplicant1"/>
<deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
</policy>
</busconfig>