summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2017-04-03 17:30:31 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2017-04-03 17:30:45 +0900
commitf154296ab918229843c6d9b30c9e52732704270e (patch)
tree7bcbb531eeb3b021e65bd700c94d5334651d3592
parent7c031befaeb933e9a8ee689153c0ce082a2a43ab (diff)
downloaddnsmasq-f154296ab918229843c6d9b30c9e52732704270e.tar.gz
dnsmasq-f154296ab918229843c6d9b30c9e52732704270e.tar.bz2
dnsmasq-f154296ab918229843c6d9b30c9e52732704270e.zip
Change-Id: Ia6b8562f51f3402fdec2ec090a7f28a308df95bc Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
-rw-r--r--dbus/dnsmasq.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/dbus/dnsmasq.conf b/dbus/dnsmasq.conf
index 82b1c76..d1d7739 100644
--- a/dbus/dnsmasq.conf
+++ b/dbus/dnsmasq.conf
@@ -6,9 +6,13 @@
<allow own="uk.org.thekelleys.dnsmasq"/>
<allow send_destination="uk.org.thekelleys.dnsmasq"/>
</policy>
+ <policy user="network_fw">
+ <allow own="uk.org.thekelleys.dnsmasq"/>
+ <allow send_destination="uk.org.thekelleys.dnsmasq"/>
+ </policy>
<policy context="default">
- <deny own="uk.org.thekelleys.dnsmasq"/>
- <deny send_destination="uk.org.thekelleys.dnsmasq"/>
- </policy>
+ <deny own="uk.org.thekelleys.dnsmasq"/>
+ <deny send_destination="uk.org.thekelleys.dnsmasq"/>
+ </policy>
</busconfig>