Skip to content
Snippets Groups Projects
Commit 387515e8 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

Change-Id: I34d3f4538be44b29d56726d4f23219be765e0f32
parents ce83ea61 c28be992
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; ...@@ -42,6 +42,9 @@ allow audioserver audio_data_file:file create_file_perms;
# allow access to ALSA MMAP FDs for AAudio API # allow access to ALSA MMAP FDs for AAudio API
allow audioserver audio_device:chr_file { read write }; 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 ### 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