add missing symbol and shim libvcodecdrv
[GitHub/mt8127/android_device_alcatel_ttab.git] / sepolicy / thermal_manager.te
CommitLineData
ce9dd018
S
1type thermal_manager_exec, exec_type, file_type;
2type thermal_manager, domain, domain_deprecated;
3
4init_daemon_domain(thermal_manager)
5
6allow thermal_manager self:capability { fowner fsetid chown fsetid dac_override };
7allow thermal_manager proc_thermal:dir search;
8allow thermal_manager proc_thermal:file rw_file_perms;
9allow thermal_manager proc_mtkcooler:dir search;
10allow thermal_manager proc_mtkcooler:file rw_file_perms;
11allow thermal_manager proc_mtktz:dir search;
12allow thermal_manager proc_mtktz:file rw_file_perms;
13allow thermal_manager thermal_manager_data_file:dir rw_dir_perms;
14allow thermal_manager thermal_manager_data_file:file create_file_perms;