mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
5117c1c32d
commit
69841f6659
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue