summaryrefslogtreecommitdiff
path: root/src/connman-polkit.conf
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2012-10-03 10:39:00 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-10-03 11:25:22 +0300
commitd8e03ce8afcb54cd015853fdb59a3ea06da05ba9 (patch)
treef4401bdc2beb2b71ea11b3599fe851f6dc0f7426 /src/connman-polkit.conf
parent91dbfafed8e1bc80b8a6673fbe5e9a9c6f8ef08b (diff)
downloadconnman-d8e03ce8afcb54cd015853fdb59a3ea06da05ba9.tar.gz
connman-d8e03ce8afcb54cd015853fdb59a3ea06da05ba9.tar.bz2
connman-d8e03ce8afcb54cd015853fdb59a3ea06da05ba9.zip
conf: Allow Counter and Notification interfaces in connman-polkit.conf
Diffstat (limited to 'src/connman-polkit.conf')
-rw-r--r--src/connman-polkit.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connman-polkit.conf b/src/connman-polkit.conf
index fdddb29f..b13d339b 100644
--- a/src/connman-polkit.conf
+++ b/src/connman-polkit.conf
@@ -4,6 +4,8 @@
<policy user="root">
<allow own="net.connman"/>
<allow send_interface="net.connman.Agent"/>
+ <allow send_interface="net.connman.Counter"/>
+ <allow send_interface="net.connman.Notification"/>
</policy>
<policy context="default">
<allow send_destination="net.connman"/>