unplugged-vendor/device/google/sunfish-sepolicy/vendor/qcom/common/thermal-engine.te

16 lines
464 B
Plaintext
Raw Normal View History

# 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;