Grant powerhal access to sysfs_devfreq_dir

Bug: 186576303
Test: Boot & check logcat
Change-Id: Ia07991c3a8a7dfd8388a228fbdec1f28d2f5b4c3
This commit is contained in:
Jia-yi Chen 2021-04-27 16:16:02 -07:00
parent 6f18d69b86
commit 09d5fc647d

View file

@ -4,6 +4,7 @@ allow hal_power_default sysfs_fs_f2fs:file rw_file_perms;
allow hal_power_default sysfs_vendor_sched:file rw_file_perms;
allow hal_power_default cpuctl_device:file rw_file_perms;
allow hal_power_default sysfs_gpu:file rw_file_perms;
allow hal_power_default sysfs_devfreq_dir:dir r_dir_perms;
allow hal_power_default sysfs_fabric:file rw_file_perms;
set_prop(hal_power_default, vendor_camera_prop)
set_prop(hal_power_default, vendor_camera_debug_prop)