Merge "sepolicy: allow AAudio apps to use FDs from the audio HAL" into oc-dev
This commit is contained in:
commit
b9d5d20790
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue