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:
Jesse Lentz 2022-05-20 14:48:57 -04:00 committed by Denis Kenzior
parent 503ce2e488
commit 0b9e7eb120
1 changed files with 1 additions and 0 deletions

View File

@ -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">