blob: 027d933f7cffce3cc341000433cff97a44e9a249 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/src/connman-polkit.conf 2010-11-05 12:09:04.285423955 -0200
+++ b/src/connman-polkit.conf 2010-11-05 12:10:53.041423934 -0200
@@ -5,6 +5,9 @@
<allow own="net.connman"/>
<allow send_interface="net.connman.Agent"/>
</policy>
+ <policy group="network">
+ <allow send_interface="net.connman.Agent"/>
+ </policy>
<policy context="default">
<allow send_destination="net.connman"/>
</policy>
|