Added dbus/cynara policy 70/174470/2
authortaesub kim <taesub.kim@samsung.com>
Mon, 2 Apr 2018 08:59:02 +0000 (17:59 +0900)
committertaesub kim <taesub.kim@samsung.com>
Tue, 10 Apr 2018 04:34:27 +0000 (13:34 +0900)
Change-Id: Idd95731b034721fadf851b085f8d0c95a45b8f4d
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
resources/dbus/stc-iptables.conf

index 4beab7a..5f3239b 100755 (executable)
@@ -1,15 +1,14 @@
 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
         "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
-        <policy user="root">
-                <allow own="net.stc"/>
-                <allow send_destination="net.stc"/>
-                <allow send_interface="net.stc"/>
-                <allow receive_sender="net.stc"/>
-        </policy>
-        <policy context="default">
-                <check send_destination="net.stc" send_interface="net.stc.iptables" privilege="http://tizen.org/privilege/network.set" />
-                <check send_destination="net.stc" send_interface="net.stc.iptables.rule" privilege="http://tizen.org/privilege/network.set" />
-                <check send_destination="net.stc" send_interface="net.stc.iptables.chain" privilege="http://tizen.org/privilege/network.set" />
-        </policy>
+       <policy user="root">
+               <allow own="net.stc"/>
+               <allow send_destination="net.stc"/>
+               <allow send_interface="net.stc"/>
+               <allow receive_sender="net.stc"/>
+       </policy>
+       <policy context="default">
+               <deny own="net.stc"/>
+               <deny send_destination="net.stc"/>
+       </policy>
 </busconfig>