blob: fed002753ffec0420145305b2a91a574906a9bd4 [file] [log] [blame]
<!-- This configuration file specifies the required security policies
for iNet Wireless Daemon to work. -->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- ../system.conf have denied everything, so we just punch some holes -->
<policy user="root">
<allow own="net.connman.iwd"/>
<allow send_destination="net.connman.iwd"/>
<allow send_interface="net.connman.iwd.Agent"/>
<allow own="net.connman.iwd.hwsim"/>
<allow send_destination="net.connman.iwd.hwsim"/>
</policy>
<policy at_console="true">
<allow send_destination="net.connman.iwd"/>
</policy>
<policy context="default">
<deny send_destination="net.connman.iwd"/>
</policy>
</busconfig>