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

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