Apply send_type="method_call" to dbus default deny 97/236097/1
authorDeokhyun Kim <dukan.kim@samsung.com>
Fri, 29 May 2020 05:35:14 +0000 (14:35 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 15 Jun 2020 01:18:08 +0000 (10:18 +0900)
Change-Id: I147fd51dff0691b8ed4629d86a3dcb5410e5589d
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
bt-service-adaptation/bluetooth-frwk-service.conf.in

index 7c58685..f8359d2 100644 (file)
@@ -22,9 +22,9 @@
     </policy>
     <policy context="default">
         <deny own="org.projectx.bt"/>
-        <deny send_destination="org.projectx.bt"/>
+        <deny send_destination="org.projectx.bt" send_type="method_call"/>
         <deny own="org.bluez.obex"/>
-        <deny send_destination="org.bluez.obex"/>
+        <deny send_destination="org.bluez.obex" send_type="method_call"/>
         <allow send_destination="org.projectx.bt" send_interface="org.projectx.bt"/>
         <allow send_destination="org.projectx.bt" send_interface="org.freedesktop.DBus.Properties" send_member="GetAll"/>
         <check send_destination="org.projectx.bt" send_interface="org.bluez.Agent1" privilege="http://tizen.org/privilege/bluetooth.admin"/>