Fix the issue on AppControl share (BT) operation 65/247865/1 accepted/tizen/unified/20201119.125144 submit/tizen/20201118.015920
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 17 Nov 2020 02:07:19 +0000 (11:07 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 18 Nov 2020 00:00:42 +0000 (09:00 +0900)
ug-bluetooth-efl did not have a permission to allow the dbus
method call to bt-share. This patchset adds the policy for it.

Change-Id: I7938e9d2dd6d0b374554e59d92705021beefc3a7
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-service/bluetooth-frwk-service.conf.in

index 12066a8..20ddf7a 100644 (file)
@@ -37,6 +37,7 @@
         <allow send_destination="org.projectx.bt" send_interface="org.bluez.obex.reply"/>
         <deny own="org.projectx.bluetooth.share"/>
         <deny send_destination="org.projectx.bluetooth.share"/>
+        <allow send_destination="org.projectx.bluetooth.share" send_interface="User.Bluetooth.UG"/>
         <deny own_prefix="org.tizen.csd.Call.Instance"/>
         <allow own_prefix="org.tizen.csd.Call.Instance"/>
         <deny send_destination_prefix="org.tizen.csd.Call.Instance" send_interface="org.tizen.csd.Call.Instance" send_member="SendDtmf"/>