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

This commit is contained in:
Treehugger Robot 2024-12-12 15:11:48 -08:00 committed by Android (Google) Code Review
commit 5a51adbdd3

View file

@ -1,3 +1,7 @@
# 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;