diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2017-04-03 17:30:31 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2017-04-03 17:30:45 +0900 |
commit | f154296ab918229843c6d9b30c9e52732704270e (patch) | |
tree | 7bcbb531eeb3b021e65bd700c94d5334651d3592 | |
parent | 7c031befaeb933e9a8ee689153c0ce082a2a43ab (diff) | |
download | dnsmasq-f154296ab918229843c6d9b30c9e52732704270e.tar.gz dnsmasq-f154296ab918229843c6d9b30c9e52732704270e.tar.bz2 dnsmasq-f154296ab918229843c6d9b30c9e52732704270e.zip |
Added network_fw policy for dbustizen_4.0.m1_releasesubmit/tizen/20170410.045716accepted/tizen/unified/20170410.155810
Change-Id: Ia6b8562f51f3402fdec2ec090a7f28a308df95bc
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
-rw-r--r-- | dbus/dnsmasq.conf | 10 |
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> |