Merge "zuma: Allow HWC to access graphics allocator hal"

This commit is contained in:
Karuna Ramkumar 2023-02-08 19:05:58 +00:00 committed by Android (Google) Code Review
commit f7449ca763

View file

@ -1,6 +1,8 @@
# allow HWC to access power hal
hal_client_domain(hal_graphics_composer_default, hal_power)
hal_client_domain(hal_graphics_composer_default, hal_graphics_allocator)
# access sysfs R/W
allow hal_graphics_composer_default sysfs_display:dir search;
allow hal_graphics_composer_default sysfs_display:file rw_file_perms;