summaryrefslogtreecommitdiff
path: root/src/connman.conf
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-24 13:34:33 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-03-24 13:34:33 +0100
commit2d73c3b7cff221f5778ee8f82c3f2a44e96984d6 (patch)
treef967941afa09b522b01d90ff7779fa65504f89f9 /src/connman.conf
parentdc405c55dc7e4a4cc2533e8103adac7340d6d8de (diff)
downloadconnman-2d73c3b7cff221f5778ee8f82c3f2a44e96984d6.tar.gz
connman-2d73c3b7cff221f5778ee8f82c3f2a44e96984d6.tar.bz2
connman-2d73c3b7cff221f5778ee8f82c3f2a44e96984d6.zip
Add allow policy for org.isc.dhclient
Diffstat (limited to 'src/connman.conf')
-rw-r--r--src/connman.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/connman.conf b/src/connman.conf
index 4e83980e..4e3567e6 100644
--- a/src/connman.conf
+++ b/src/connman.conf
@@ -3,9 +3,11 @@
<busconfig>
<policy user="root">
<allow own="org.freedesktop.connman"/>
+ <allow send_destination="org.freedesktop.connman"/>
+ <allow send_interface="org.isc.dhclient"/>
</policy>
<policy at_console="true">
- <allow send_interface="org.freedesktop.connman"/>
<allow send_destination="org.freedesktop.connman"/>
+ <allow send_interface="org.freedesktop.connman"/>
</policy>
</busconfig>