Skip to content
Snippets Groups Projects
Commit e9dcd3e1 authored by Phil Burk's avatar Phil Burk Committed by android-build-merger
Browse files

Merge "sepolicy: allow audioserver to use ALSA MMAP FDs" into oc-dev am: 4f1763ef

am: 14bb96f2

Change-Id: I7c9f2eae1ca88ac7aab960a3d8ddef7dace09c5c
parents 9811a504 14bb96f2
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