mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
Allow SignalLevelAgent method calls in dbus policy
The SignalLevelAgent API is currently broken by the system bus's security policy, which blocks iwd's outgoing method call messages. This patch punches a hole for method calls on the net.connman.iwd.SignalLevelAgent interface.
This commit is contained in:
parent
503ce2e488
commit
0b9e7eb120
@ -11,6 +11,7 @@
|
||||
<allow own="net.connman.iwd"/>
|
||||
<allow send_destination="net.connman.iwd"/>
|
||||
<allow send_interface="net.connman.iwd.Agent"/>
|
||||
<allow send_interface="net.connman.iwd.SignalLevelAgent"/>
|
||||
</policy>
|
||||
|
||||
<policy group="wheel">
|
||||
|
Loading…
Reference in New Issue
Block a user