4c5bfa0185
Change-Id: Ib0944a93ab4a43c8386de989894b3f6ee38d8088
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
type mi_thermald, domain;
|
|
type mi_thermald_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
type vendor_thermal_normal_prop, property_type;
|
|
type thermal_data_file, data_file_type, file_type;
|
|
|
|
init_daemon_domain(mi_thermald)
|
|
|
|
set_prop(mi_thermald, vendor_thermal_normal_prop)
|
|
|
|
allow mi_thermald thermal_data_file:dir rw_dir_perms;
|
|
allow mi_thermald thermal_data_file:file create_file_perms;
|
|
|
|
allow mi_thermald self:capability { fsetid sys_boot };
|
|
allow mi_thermald mi_thermald:capability { chown fowner };
|
|
allow mi_thermald mi_thermald:capability2 { wake_alarm block_suspend };
|
|
|
|
allow mi_thermald sysfs_devices_system_cpu:file rw_file_perms;
|
|
|
|
r_dir_file(mi_thermald, sysfs_thermal)
|
|
allow mi_thermald sysfs_thermal:file w_file_perms;
|
|
|
|
r_dir_file(mi_thermald, sysfs)
|
|
allow mi_thermald sysfs:file w_file_perms;
|
|
|
|
r_dir_file(mi_thermald, sysfs_leds)
|
|
|
|
allow mi_thermald vendor_sysfs_kgsl:dir r_dir_perms;
|
|
allow mi_thermald vendor_sysfs_kgsl:file rw_file_perms;
|
|
allow mi_thermald vendor_sysfs_kgsl:lnk_file r_file_perms;
|
|
|
|
allow mi_thermald vendor_sysfs_battery_supply:dir r_dir_perms;
|
|
allow mi_thermald vendor_sysfs_battery_supply:file rw_file_perms;
|
|
allow mi_thermald vendor_sysfs_battery_supply:lnk_file r_file_perms;
|
|
|
|
allow mi_thermald vendor_sysfs_graphics:dir r_dir_perms;
|
|
allow mi_thermald vendor_sysfs_graphics:file rw_file_perms;
|
|
allow mi_thermald vendor_sysfs_graphics:lnk_file r_file_perms;
|