Modified dbus permission for obex 25/184525/2
authorAmit Purwar <amit.purwar@samsung.com>
Thu, 19 Jul 2018 10:49:53 +0000 (16:19 +0530)
committerAmit Purwar <amit.purwar@samsung.com>
Thu, 19 Jul 2018 10:49:53 +0000 (16:19 +0530)
Change-Id: Ibb789a70fc7cf0f7cd265bc6e4d440fcbda4bbd6
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
bt-service-adaptation/bluetooth-frwk-service.conf.in

index 7dffda7..f592662 100644 (file)
@@ -6,6 +6,9 @@
     </policy>
     <policy user="network_fw">
         <allow own="org.projectx.bt"/>
+       <allow send_destination="org.bluez.obex"/>
+       <allow send_destination="org.bluez.obex" send_interface="org.freedesktop.DBus.Properties"/>
+       <allow send_destination="org.projectx.bt" send_interface="org.bluez.obex.Agent1"/>
     </policy>
     <policy context="default">
         <deny own="org.projectx.bt"/>
@@ -13,5 +16,6 @@
         <allow send_destination="org.projectx.bt_event"/>
         <allow send_destination="org.projectx.bluetooth.share"/>
         <allow send_destination="org.tizen.csd.Call.Instance"/>
+       <allow send_destination="org.projectx.bt" send_interface="org.bluez.obex.reply"/>
     </policy>
 </busconfig>