mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-07 12:39:23 +01:00
28 lines
810 B
Plaintext
28 lines
810 B
Plaintext
<!-- 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>
|