Fix dbus policy issue
[platform/core/connectivity/bluetooth-agent.git] / bt-ipsp / bluetooth-frwk-ipsp.conf
index 7bd3ef5..a51c25f 100644 (file)
@@ -3,12 +3,10 @@
 <busconfig>
     <policy context="default">
         <deny own="org.projectx.bt_ipsp"/>
-        <deny receive_sender="org.projectx.bt_ipsp"/>
-        <deny send_destination="org.projectx.bt_ipsp"/>
+        <allow receive_sender="org.projectx.bt_ipsp"/>
+        <allow send_destination="org.projectx.bt_ipsp"/>
     </policy>
     <policy group="network_fw">
         <allow own="org.projectx.bt_ipsp"/>
-        <allow receive_sender="org.projectx.bt_ipsp"/>
-        <allow send_destination="org.projectx.bt_ipsp"/>
     </policy>
 </busconfig>