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:
Changyeon Jo 2023-03-22 00:46:46 +00:00
parent 80cd0acd64
commit 89380c19c8

View file

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