mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
dbus: Fix policy entries and add access for group wheel
This commit is contained in:
parent
706f0775c3
commit
0c5b6e4da3
@ -1,5 +1,5 @@
|
|||||||
<!-- This configuration file specifies the required security policies
|
<!-- This configuration file specifies the required security policies
|
||||||
for iNet Wireless Daemon to work. -->
|
for Wireless daemon to work. -->
|
||||||
|
|
||||||
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||||
@ -16,8 +16,14 @@
|
|||||||
<allow send_destination="net.connman.iwd.hwsim"/>
|
<allow send_destination="net.connman.iwd.hwsim"/>
|
||||||
</policy>
|
</policy>
|
||||||
|
|
||||||
|
<policy group="wheel">
|
||||||
|
<allow send_destination="net.connman.iwd"/>
|
||||||
|
<allow send_interface="net.connman.iwd.Agent"/>
|
||||||
|
</policy>
|
||||||
|
|
||||||
<policy at_console="true">
|
<policy at_console="true">
|
||||||
<allow send_destination="net.connman.iwd"/>
|
<allow send_destination="net.connman.iwd"/>
|
||||||
|
<allow send_interface="net.connman.iwd.Agent"/>
|
||||||
</policy>
|
</policy>
|
||||||
|
|
||||||
<policy context="default">
|
<policy context="default">
|
||||||
|
Loading…
Reference in New Issue
Block a user