Skip to content
Snippets Groups Projects
Commit 2b7f74e2 authored by Phil Burk's avatar Phil Burk
Browse files

sepolicy: allow audioserver to use ALSA MMAP FDs


Bug: 37504387
Test: aaudio example write_sine, needs MMAP support
Change-Id: I7fbd87ad4803e8edbde4ba79220cb5c0bd6e85a0
Signed-off-by: default avatarPhil Burk <philburk@google.com>
parent 557d1916
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,9 @@ allow audioserver scheduling_policy_service:service_manager find;
allow audioserver audio_data_file:dir ra_dir_perms;
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 };
###
### 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