Allow EVS HAL to access graphics related properties
EVS Display HAL needs to access graphics related properties to configure a pipeline to render the contents of graphics buffers. Bug: 274695271 Test: m -j selinux_policy Change-Id: I97a8a3f35f7118325cff9a8ae69485c0f73fe17f
This commit is contained in:
parent
80cd0acd64
commit
89380c19c8
1 changed files with 3 additions and 0 deletions
3
vendor/hal_evs_default.te
vendored
3
vendor/hal_evs_default.te
vendored
|
@ -29,3 +29,6 @@ allow hal_evs_default gpu_device:dir search;
|
|||
# allow to monitor uevents and access video devices
|
||||
allow hal_evs_default device:dir r_dir_perms;
|
||||
allow hal_evs_default video_device:chr_file rw_file_perms;
|
||||
|
||||
# allow to access graphics related properties
|
||||
get_prop(hal_evs_default, graphics_config_prop);
|
||||
|
|
Loading…
Reference in a new issue