Change rules for default dbus policy 54/177054/3
authorInkyun Kil <inkyun.kil@samsung.com>
Tue, 17 Apr 2018 10:46:12 +0000 (19:46 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Wed, 2 May 2018 01:26:04 +0000 (10:26 +0900)
Change-Id: I7e583d4aba02eb52200468e31aa368572dda8334
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
data-control.conf.in

index f839409..64c7259 100755 (executable)
@@ -3,6 +3,7 @@
         "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
        <policy context="default">
+               <deny send_destination="org.tizen.data_control_service" />
                <check receive_type="signal" receive_interface="org.tizen.data_control_service" privilege="http://tizen.org/privilege/datasharing" />
                <check send_type="signal" send_interface="org.tizen.data_control_service" privilege="http://tizen.org/privilege/datasharing" />
        </policy>