Merge "sepolicy: allow setprop for thermal_controld" into 24D1-dev

This commit is contained in:
Wei Wang 2024-03-13 00:16:31 +00:00 committed by Android (Google) Code Review
commit 212df1bf25

View File

@ -9,5 +9,5 @@ userdebug_or_eng(`
allow pixel-thermal-control-sh sysfs_thermal:file rw_file_perms;
allow pixel-thermal-control-sh sysfs_thermal:lnk_file r_file_perms;
allow pixel-thermal-control-sh thermal_link_device:dir r_dir_perms;
get_prop(pixel-thermal-control-sh, vendor_thermal_prop)
set_prop(pixel-thermal-control-sh, vendor_thermal_prop)
')