1type init-thermal-logging-sh, domain; 2type init-thermal-logging-sh_exec, exec_type, vendor_file_type, file_type; 3 4init_daemon_domain(init-thermal-logging-sh) 5 6userdebug_or_eng(` 7 allow init-thermal-logging-sh vendor_toolbox_exec:file rx_file_perms; 8 allow init-thermal-logging-sh sysfs_thermal:dir r_dir_perms; 9 allow init-thermal-logging-sh sysfs_thermal:file r_file_perms; 10') 11