diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2017-04-03 17:30:31 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2017-05-24 19:40:21 +0900 |
commit | 7f2d07e82f48c3c69fd9de20ad7b4dda0d669592 (patch) | |
tree | 7bcbb531eeb3b021e65bd700c94d5334651d3592 | |
parent | ec039e280e16e696045c64aacc446b42647d5480 (diff) | |
download | dnsmasq-7f2d07e82f48c3c69fd9de20ad7b4dda0d669592.tar.gz dnsmasq-7f2d07e82f48c3c69fd9de20ad7b4dda0d669592.tar.bz2 dnsmasq-7f2d07e82f48c3c69fd9de20ad7b4dda0d669592.zip |
Added network_fw policy for dbussubmit/tizen_3.0/20170525.012240accepted/tizen/3.0/wearable/20170526.044908accepted/tizen/3.0/tv/20170526.044901accepted/tizen/3.0/mobile/20170526.044906accepted/tizen/3.0/ivi/20170526.044904accepted/tizen/3.0/common/20170526.101601
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> |