aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/thermal.te
blob: 3a537301cd74db015d4e8056cf16b4757704e269 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
type thermal_exec, exec_type, file_type;
type thermal, domain, domain_deprecated;

init_daemon_domain(thermal)

allow thermal proc_thermal:dir search;
allow thermal proc_thermal:file rw_file_perms;
allow thermal rild_socket:sock_file w_file_perms;

allow thermal ril-daemon-mtk:unix_stream_socket connectto;