Fix dbus policy issue
[platform/core/connectivity/bluetooth-agent.git] / ag-agent / bluetooth-ag-agent.conf.in
index 661c743..c18a6bb 100644 (file)
@@ -3,8 +3,6 @@
 <busconfig>
     <policy context="default">
         <deny own="org.bluez.ag_agent"/>
-        <deny receive_sender="org.bluez.ag_agent"/>
-        <deny send_destination="org.bluez.ag_agent"/>
         <check send_destination="org.bluez.ag_agent" send_interface="Org.Hfp.App.Interface" send_member="CheckPrivilege" privilege="http://tizen.org/privilege/bluetooth.admin" />
         <check send_destination="org.bluez.ag_agent" send_interface="Org.Hfp.App.Interface" send_member="Play" privilege="http://tizen.org/privilege/bluetooth.admin" />
         <check send_destination="org.bluez.ag_agent" send_interface="Org.Hfp.App.Interface" send_member="Stop" privilege="http://tizen.org/privilege/bluetooth.admin" />
         <check send_destination="org.bluez.ag_agent" send_interface="Org.Hfp.App.Interface" send_member="SetSpeakerGain" privilege="http://tizen.org/privilege/bluetooth.admin" />
         <check send_destination="org.bluez.ag_agent" send_interface="Org.Hfp.App.Interface" send_member="SwapHeadset" privilege="http://tizen.org/privilege/bluetooth.admin" />
     </policy>
-    <policy group="pulse">
-           <allow receive_interface="Org.Hfp.App.Interface"/>
-        <allow send_interface="Org.Hfp.App.Interface"/>
-    </policy>
     <policy group="network_fw">
         <allow own="org.bluez.ag_agent"/>
-        <allow receive_sender="org.bluez.ag_agent"/>
-        <allow send_destination="org.bluez.ag_agent"/>
     </policy>
 </busconfig>