Merge "Allow EVS HAL to access data from surfaceflinger"
This commit is contained in:
commit
b774b141dc
1 changed files with 3 additions and 0 deletions
3
vendor/hal_evs_default.te
vendored
3
vendor/hal_evs_default.te
vendored
|
@ -15,6 +15,9 @@ hal_client_domain(hal_evs_default, hal_graphics_composer)
|
|||
binder_call(hal_evs_default, automotive_display_service_server)
|
||||
allow hal_evs_default fwk_automotive_display_hwservice:hwservice_manager find;
|
||||
|
||||
# allow to access data from surfaceflinger
|
||||
allow hal_evs_default surfaceflinger:fd use;
|
||||
|
||||
# allow to access EGL
|
||||
allow hal_evs_default gpu_device:chr_file rw_file_perms;
|
||||
allow hal_evs_default gpu_device:dir search;
|
||||
|
|
Loading…
Reference in a new issue