Merge "Add sepolicy for hwcomposer to access lhbm sysfs" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-06-16 13:51:37 +00:00 committed by Android (Google) Code Review
commit 11ebd6122e

View file

@ -40,3 +40,6 @@ allow hal_graphics_composer_default vendor_log_file:file create_file_perms;
# allow HWC to output to dumpstate via pipe fd
allow hal_graphics_composer_default hal_dumpstate_default:fifo_file { append write };
allow hal_graphics_composer_default hal_dumpstate_default:fd use;
# allow HWC to access LHBM sysfs
allow hal_graphics_composer_default sysfs_lhbm:file rw_file_perms;