non-privilege methods are denied after default deny policy was applied
- Rejected send message, 1 matched rules; type="method_call", sender=":1.84"
(uid=5001 pid=925 comm="") interface="Org.Hfp.App.Interface" member="RegisterApplication"
error name="(unset)" requested_reply="0" destination="org.bluez.ag_agent"
privilege="(n/a)" (uid=551 pid=878 comm="")
Change-Id: I55aee8c1ab49a95fa52fea852f2ed8160008b5f9
<busconfig>
<policy context="default">
<deny own="org.bluez.ag_agent"/>
+ <allow send_destination="org.bluez.ag_agent" send_interface="Org.Hfp.App.Interface"/>
<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" />
<busconfig>
<policy context="default">
<deny own="org.bluez.hf_agent"/>
+ <allow send_destination="org.bluez.hf_agent" send_interface="org.tizen.HfApp"/>
<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" />