mandyshen | f532621 | 2020-03-23 17:24:38 +0800 | [diff] [blame] | 1 | type init-thermal-logging-sh, domain; |
2 | type init-thermal-logging-sh_exec, exec_type, vendor_file_type, file_type; | ||||
3 | |||||
4 | init_daemon_domain(init-thermal-logging-sh) | ||||
5 | |||||
6 | userdebug_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 | ') |