9a2030010d
* taken from https://github.com/lineage-geminipda/android_device_planet_geminipda Change-Id: I80708a4650646ecd870b60217cafc0212aa2022e (cherry picked from commit ce9dd0181db0cdeabb9edaf3781d74fb6645bb98)
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
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;
|