You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
464 B
16 lines
464 B
4 months ago
|
# Thermal-engine daemon
|
||
|
type thermal-engine, domain;
|
||
|
type thermal-engine_exec, exec_type, vendor_file_type, file_type;
|
||
|
|
||
|
# Started by init
|
||
|
init_daemon_domain(thermal-engine)
|
||
|
|
||
|
allow thermal-engine sysfs_thermal:dir r_dir_perms;
|
||
|
allow thermal-engine sysfs_thermal:file rw_file_perms;
|
||
|
|
||
|
allow thermal-engine self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
|
||
|
|
||
|
# for modem throttling
|
||
|
allow thermal-engine self:qipcrtr_socket create_socket_perms_no_ioctl;
|
||
|
|