Merge "allow power hal to access vendor_mm files" into main
This commit is contained in:
commit
5a51adbdd3
1 changed files with 4 additions and 0 deletions
|
@ -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:file rw_file_perms;
|
||||||
allow hal_power_default sysfs_pakills:dir r_dir_perms;
|
allow hal_power_default sysfs_pakills:dir r_dir_perms;
|
||||||
r_dir_file(hal_power_default, sysfs_vendor_mm);
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue