Fix dbus policy issue
[platform/core/connectivity/bluetooth-agent.git] / hf-agent / bluetooth-hf-agent.conf.in
index bd46bd2..4de8a4e 100644 (file)
@@ -3,8 +3,6 @@
 <busconfig>
     <policy context="default">
         <deny own="org.bluez.hf_agent"/>
-        <deny receive_sender="org.bluez.hf_agent"/>
-        <deny send_destination="org.bluez.hf_agent"/>
         <check send_destination="org.bluez.hf_agent" send_interface="org.tizen.HfApp" send_member="AnswerCall" privilege="http://tizen.org/privilege/bluetooth.admin" />
         <check send_destination="org.bluez.hf_agent" send_interface="org.tizen.HfApp" send_member="TerminateCall" privilege="http://tizen.org/privilege/bluetooth.admin" />
         <check send_destination="org.bluez.hf_agent" send_interface="org.tizen.HfApp" send_member="InitiateCall" privilege="http://tizen.org/privilege/bluetooth.admin" />
         <check send_destination="org.bluez.hf_agent" send_interface="org.tizen.HfApp" send_member="SpeakerGain" privilege="http://tizen.org/privilege/bluetooth.admin" />
         <check send_destination="org.bluez.hf_agent" send_interface="org.tizen.HfApp" send_member="SendDtmf" privilege="http://tizen.org/privilege/bluetooth.admin" />
     </policy>
-    <policy group="pulse">
-           <allow receive_interface="org.tizen.HfApp"/>
-           <allow send_interface="org.tizen.HfApp"/>
-    </policy>
     <policy group="network_fw">
-           <allow own="org.bluez.hf_agent"/>
-           <allow receive_sender="org.bluez.hf_agent"/>
-           <allow send_destination="org.bluez.hf_agent"/>
+        <allow own="org.bluez.hf_agent"/>
     </policy>
 </busconfig>