Added network_fw policy for dbus 42/122742/1 accepted/tizen/unified/20170410.155810 submit/tizen/20170410.045716 tizen_4.0.m1_release
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 3 Apr 2017 08:30:31 +0000 (17:30 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 3 Apr 2017 08:30:45 +0000 (17:30 +0900)
Change-Id: Ia6b8562f51f3402fdec2ec090a7f28a308df95bc
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
dbus/dnsmasq.conf

index 82b1c76..d1d7739 100644 (file)
@@ -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>