Update hal_evs_default policy

- Allow to access writable graphics properties.
- Allow to perform binder IPC.

Bug: 303581276
Test: m -j selinux_policy
Change-Id: I02c8ccd416172e5f6c17eff6573137dd4a8147c7
This commit is contained in:
Changyeon Jo 2023-10-12 20:31:07 +00:00
parent 152a2f1755
commit 561930c06b

View file

@ -32,3 +32,7 @@ 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);
get_prop(hal_evs_default, graphics_config_writable_prop)
# allow to use binder IPC.
binder_use(hal_evs_default)