blob: 8de513f8e78d17f3e62aefc5f10c54edd77b577f [file] [log] [blame]
# thermal-engine daemon
type thermal-engine, domain;
type thermal-engine_exec, exec_type, file_type;
# Started by init
init_daemon_domain(thermal-engine)
#============= thermal-engine ==============
#This is to access thermal query device
allow thermal-engine thermal_device:chr_file { read write ioctl open };
#This is required to access smem log device
allow thermal-engine smem_log_device:chr_file { read write ioctl open };
allow thermal-engine self:capability { dac_read_search dac_override fsetid };
allow thermal-engine self:socket { create ioctl read };
#This is required to access thermal sockets
allow thermal-engine thermal_socket:dir { write add_name };
allow thermal-engine thermal_socket:sock_file { create setattr open read write };
#This is required for thermal sysfs access
allow thermal-engine sysfs_thermal:dir { read search open };
allow thermal-engine sysfs_thermal:file { read write getattr open };
allow thermal-engine sysfs_thermal:lnk_file read;
#This is required for qmi access
qmux_socket(thermal-engine);
allow thermal-engine sysfs_mpdecision:file rw_file_perms;