summaryrefslogtreecommitdiff
path: root/src/connman.conf
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-08 18:18:59 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-08 18:18:59 +0100
commit1442498be8fef36f3ecc9641bc449941de0790cf (patch)
tree5e822e4cd942345d584ea3d46e83709775091b07 /src/connman.conf
parent61a7962866886dff93f29bee45007dbdac26199a (diff)
downloadconnman-1442498be8fef36f3ecc9641bc449941de0790cf.tar.gz
connman-1442498be8fef36f3ecc9641bc449941de0790cf.tar.bz2
connman-1442498be8fef36f3ecc9641bc449941de0790cf.zip
Remove send_interface statements
Diffstat (limited to 'src/connman.conf')
-rw-r--r--src/connman.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/connman.conf b/src/connman.conf
index b8846a52..8d73de91 100644
--- a/src/connman.conf
+++ b/src/connman.conf
@@ -4,14 +4,11 @@
<policy user="root">
<allow own="org.moblin.connman"/>
<allow send_destination="org.moblin.connman"/>
- <allow send_interface="org.isc.dhclient"/>
</policy>
<policy at_console="true">
<allow send_destination="org.moblin.connman"/>
- <allow send_interface="org.moblin.connman"/>
</policy>
<policy context="default">
<deny send_destination="org.moblin.connman"/>
- <deny send_interface="org.moblin.connman"/>
</policy>
</busconfig>