When pulseaudio is trying to Register with ofono on interface org.ofono.HandsfreeAudioManager, dbus is throwing org.freedesktop.DBus.Error.AccessDenied with string "Rejected send message". To allow pulseaudio to send messages to org.ofono service over dbus added this rule. Signed-off-by: Raghavender Reddy Bujala <quic_rbujala@xxxxxxxxxxx> --- ofono/src/ofono.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ofono/src/ofono.conf b/ofono/src/ofono.conf index 6c5483ce..c946e822 100644 --- a/ofono/src/ofono.conf +++ b/ofono/src/ofono.conf @@ -32,6 +32,10 @@ <allow send_interface="org.ofono.intel.LteCoexistenceAgent"/> </policy> + <policy user="pulse"> + <allow send_destination="org.ofono"/> + </policy> + <policy at_console="true"> <allow send_destination="org.ofono"/> </policy> -- 2.17.1