sm8350-common: sepolicy: let mi_thermald create thermal_data_file files

This commit is contained in:
Cosmin Tanislav 2021-10-17 20:44:09 +03:00
parent 17b2e1a30b
commit 0f30a327a3

View File

@ -16,7 +16,8 @@ allow mi_thermald sysfs_thermal:file w_file_perms;
allow mi_thermald vendor_sysfs_kgsl:file w_file_perms;
allow mi_thermald vendor_sysfs_battery_supply:file w_file_perms;
allow mi_thermald vendor_sysfs_graphics:file w_file_perms;
allow mi_thermald thermal_data_file:file rw_file_perms;
allow mi_thermald thermal_data_file:dir w_dir_perms;
allow mi_thermald thermal_data_file:file create_file_perms;
allow mi_thermald vendor_data_file:file rw_file_perms;
allow mi_thermald vendor_data_file:dir w_dir_perms;
allow mi_thermald sysfs_devices_system_cpu:file rw_file_perms;