blob: 3da540e378bed6e71d6f23254f0f89aae9aaa984 [file] [log] [blame]
mandyshenf5326212020-03-23 17:24:38 +08001type 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')