Add dbus policy for network_fw 67/86567/1 accepted/tizen/common/20160907.154201 accepted/tizen/ivi/20160908.003634 accepted/tizen/mobile/20160908.003506 accepted/tizen/tv/20160908.003544 accepted/tizen/wearable/20160908.003608 submit/tizen/20160907.003226 submit/tizen/20160907.012754
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 2 Sep 2016 02:12:15 +0000 (11:12 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 2 Sep 2016 02:12:40 +0000 (11:12 +0900)
Change-Id: I3ccc0dcd1a96299bcdc3c26a125c7cff4ee25231
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>