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

This commit is contained in:
TreeHugger Robot 2017-05-02 22:22:43 +00:00 committed by Android (Google) Code Review
commit b9d5d20790

View file

@ -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;