device_google_gs-common/performance/sepolicy/hal_power_default.te
Michael Bestas 0dbbbc376c
gs-common: sepolicy: Import missing rules from BP2A
Change-Id: I70ebc8a2bce09d2590c24fc919b2804cef256568
2025-06-26 06:20:40 +03:00

12 lines
452 B
Text

hal_client_domain(hal_power_default, hal_thermal)
# allow power hal to access pa kill knobs
allow hal_power_default sysfs_pakills:file rw_file_perms;
allow hal_power_default sysfs_pakills:dir r_dir_perms;
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;