Merge "allow power hal to access display files" into main

This commit is contained in:
Midas Chien
2025-01-05 23:12:53 -08:00
committed by Android (Google) Code Review

View File

@@ -5,3 +5,6 @@ r_dir_file(hal_power_default, sysfs_vendor_mm);
# allow power hal to access vendor_mm knobs
allow hal_power_default sysfs_vendor_mm:file rw_file_perms;
# Allow set display early wake up
allow hal_power_default sysfs_display:file rw_file_perms;