Merge "thermal: allow thermal_hal to read sysfs_gpu" into 24D1-dev

This commit is contained in:
Wei Wang 2024-05-06 16:24:33 +00:00 committed by Android (Google) Code Review
commit 861035a42b

View File

@ -5,6 +5,7 @@ allow hal_thermal_default thermal_link_device:dir r_dir_perms;
allow hal_thermal_default proc_stat:file r_file_perms;
allow hal_thermal_default self:netlink_generic_socket create_socket_perms_no_ioctl;
allow hal_thermal_default self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
allow hal_thermal_default sysfs_gpu:file r_file_perms;
hal_client_domain(hal_thermal_default, hal_power);