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

Merge "sepolicy: allow AAudio apps to use FDs from the audio HAL" into oc-dev am: b9d5d207

am: bccedfff

Change-Id: If7aabff4ab21801b06c782cc2330a1b4940419ef
parents f9c2de5a bccedfff
No related branches found
No related tags found
No related merge requests found
......@@ -282,6 +282,9 @@ get_prop({ appdomain -isolated_app }, hwservicemanager_prop);
# Allow app access to mediacodec (IOMX HAL)
binder_call({ appdomain -isolated_app }, mediacodec)
# Allow AAudio apps to use shared memory file descriptors from the HAL
allow { appdomain -isolated_app } hal_audio:fd use;
# Allow app to access shared memory created by camera HAL1
allow { appdomain -isolated_app } hal_camera:fd use;
......
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