Files
android_device_Unihertz_Jelly2/sepolicy/private/thermald.te
2021-03-26 16:47:17 +01:00

8 lines
214 B
Plaintext

type thermald_exec, file_type, exec_type, system_file_type;
init_daemon_domain(thermald);
binder_use(thermald);
allow thermald system_server:binder {call};
allow thermald activity_service:service_manager {find};