Merge "Add sepolicy for hwcomposer to access lhbm sysfs" into sc-dev am: 11ebd6122e
am: 41e4576f08
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14234767 Change-Id: Ibd1300cb652041eaf78338aeb386bb1b1587c403
This commit is contained in:
commit
fc7440d590
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue