device_xiaomi_sm6150-common/sepolicy/vendor/mi_thermald.te
Demon000 a17f9fcea7
davinci: sepolicy: Create mi_thermald sepolicy
Change-Id: I0848568bd68c51a981273ead7e103703ff31393f
2020-10-10 21:43:31 +02:00

39 lines
1.3 KiB
Plaintext

type mi_thermald, domain;
type mi_thermald_exec, exec_type, vendor_file_type, file_type;
type thermal_normal_prop, property_type;
type thermal_data_file, data_file_type, file_type;
init_daemon_domain(mi_thermald)
set_prop(mi_thermald, 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 sysfs_kgsl:dir r_dir_perms;
allow mi_thermald sysfs_kgsl:file rw_file_perms;
allow mi_thermald sysfs_kgsl:lnk_file r_file_perms;
allow mi_thermald sysfs_battery_supply:dir r_dir_perms;
allow mi_thermald sysfs_battery_supply:file rw_file_perms;
allow mi_thermald sysfs_battery_supply:lnk_file r_file_perms;
allow mi_thermald sysfs_graphics:dir r_dir_perms;
allow mi_thermald sysfs_graphics:file rw_file_perms;
allow mi_thermald sysfs_graphics:lnk_file r_file_perms;