android_device_xiaomi_sm725.../sepolicy/vendor/thermal-engine.te
Sebastiano Barezzi 9b33d47fff sm7250-common: Drop M4DEFS
Change-Id: I43c99687e099d029d99a807bb5384151601c9d36
2021-12-01 13:02:03 +01:00

13 lines
352 B
Plaintext

allow vendor_thermal-engine {
vendor_sysfs_devfreq
sysfs_msm_subsys
thermal_data_file
}:dir r_dir_perms;
allow vendor_thermal-engine vendor_sysfs_devfreq:file rw_file_perms;
# Rule for vendor_thermal-engine to access init process
unix_socket_connect(vendor_thermal-engine, property, init);
set_prop(vendor_thermal-engine, thermal_normal_prop)