blob: 4b72ba45d39cc10a7c1bd2c6028b092ce7e6e7b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- a/src/iwd-dbus.conf 2018-09-20 19:43:09.000000000 +0200
+++ b/src/iwd-dbus.conf 2018-09-20 21:02:03.000000000 +0100
@@ -18,6 +18,11 @@
<allow send_interface="net.connman.iwd.Agent"/>
</policy>
+ <policy group="netdev">
+ <allow send_destination="net.connman.iwd"/>
+ <allow send_interface="net.connman.iwd.Agent"/>
+ </policy>
+
<policy at_console="true">
<allow send_destination="net.connman.iwd"/>
<allow send_interface="net.connman.iwd.Agent"/>
|