universal7885: sepolicy: Allow power HAL to write /sys/devices/system/cpu

Change-Id: I7e263adfd51eb2e2680b4ae5214734c0d5c4805c
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2021-04-29 17:58:01 +05:30 committed by roynatech2544
commit 69841f6659

View file

@ -1,2 +1,7 @@
# Allow power HAL to write /sys/class/sec/tsp
r_dir_file(hal_power, sysfs_sec_tsp)
allow hal_power sysfs_sec_tsp:file write;
# Allow power HAL to write /sys/devices/system/cpu
r_dir_file(hal_power, sysfs_devices_system_cpu)
allow hal_power sysfs_devices_system_cpu:file write;