Add allow policy for network_fw 31/228731/1
authorWootak Jung <wootak.jung@samsung.com>
Wed, 25 Mar 2020 06:14:03 +0000 (15:14 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 25 Mar 2020 06:14:03 +0000 (15:14 +0900)
Change-Id: I3498161a031f30bb9ee288c1dd335625be71f1b0

hid-agent/bluetooth-hid-agent.conf
ipsp-agent/bluetooth-ipsp-agent.conf
map-agent/bluetooth_map_agent.conf
pb-agent/bluetooth_pb_agent.conf

index bfe5986..9d096d1 100644 (file)
@@ -11,5 +11,6 @@
     </policy>
     <policy group="network_fw">
         <allow own="org.bluez.hid_agent"/>
+        <allow send_destination="org.bluez.hid_agent"/>
     </policy>
 </busconfig>
index 3987e3b..0a4e9ad 100644 (file)
@@ -18,5 +18,6 @@
     </policy>
     <policy group="network_fw">
         <allow own="org.projectx.bt_ipsp"/>
+        <allow send_destination="org.bluez.bt_ipsp"/>
     </policy>
 </busconfig>
index be600b1..9b301ef 100644 (file)
@@ -14,5 +14,6 @@
     </policy>
     <policy group="network_fw">
         <allow own="org.bluez.map_agent"/>
+        <allow send_destination="org.bluez.map_agent"/>
     </policy>
 </busconfig>
index 7f25b7d..cc9d1f1 100644 (file)
@@ -12,5 +12,6 @@
     </policy>
     <policy group="network_fw">
         <allow own="org.bluez.pb_agent"/>
+        <allow send_destination="org.bluez.pb_agent"/>
     </policy>
 </busconfig>