Merge "Grant powerhal access to thermal_link_device and sysfs_thermal" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-06-09 07:46:26 +00:00 committed by Android (Google) Code Review
commit 3c66c45102

View file

@ -8,6 +8,10 @@ allow hal_power_default sysfs_devfreq_dir:dir r_dir_perms;
allow hal_power_default sysfs_fabric:file rw_file_perms; allow hal_power_default sysfs_fabric:file rw_file_perms;
allow hal_power_default sysfs_camera:file rw_file_perms; allow hal_power_default sysfs_camera:file rw_file_perms;
allow hal_power_default sysfs_display:file rw_file_perms; allow hal_power_default sysfs_display:file rw_file_perms;
allow hal_power_default thermal_link_device:dir r_dir_perms;
allow hal_power_default sysfs_thermal:dir r_dir_perms;
allow hal_power_default sysfs_thermal:file rw_file_perms;
allow hal_power_default sysfs_thermal:lnk_file r_file_perms;
set_prop(hal_power_default, vendor_camera_prop) set_prop(hal_power_default, vendor_camera_prop)
set_prop(hal_power_default, vendor_camera_debug_prop) set_prop(hal_power_default, vendor_camera_debug_prop)
set_prop(hal_power_default, vendor_camera_fatp_prop) set_prop(hal_power_default, vendor_camera_fatp_prop)