Allow apps to access PowerHAL for FMQ
This patch allows apps to access PowerHAL FMQ memory to send ADPF messages. Test: n/a Bug: 315894228 Change-Id: I2733955807c40e63b688fcb0624db8acc8f9a139
This commit is contained in:
parent
8a216be443
commit
52c9b3b9a9
1 changed files with 3 additions and 0 deletions
|
@ -461,6 +461,9 @@ allow { appdomain -isolated_app_all } hal_camera:fd use;
|
|||
# Allow apps to access shared memory file descriptor from the tuner HAL
|
||||
allow {appdomain -isolated_app_all} hal_tv_tuner_server:fd use;
|
||||
|
||||
# Allow app to access shared memory created by PowerHAL for FMQ use
|
||||
allow { appdomain -isolated_app_all } hal_power_server:fd use;
|
||||
|
||||
# RenderScript always-passthrough HAL
|
||||
allow { appdomain -isolated_app_all } hal_renderscript_hwservice:hwservice_manager find;
|
||||
allow appdomain same_process_hal_file:file { execute read open getattr map };
|
||||
|
|
Loading…
Reference in a new issue