Skip to content
Snippets Groups Projects
Commit d84ad8a1 authored by Mikhail Naganov's avatar Mikhail Naganov Committed by android-build-merger
Browse files

Merge "Allow audioserver to talk to bluetooth server" into oc-dev am: c28be992

am: 387515e8

Change-Id: Iadf572d30825ce41da4357a9febac20ab87fcfd7
parents e94edba9 387515e8
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ allow audioserver audio_data_file:file create_file_perms;
# allow access to ALSA MMAP FDs for AAudio API
allow audioserver audio_device:chr_file { read write };
# For A2DP bridge which is loaded directly into audioserver
unix_socket_connect(audioserver, bluetooth, bluetooth)
###
### neverallow rules
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment