Skip to content
Snippets Groups Projects
Commit 0f30a327 authored by Cosmin Tanislav's avatar Cosmin Tanislav
Browse files

sm8350-common: sepolicy: let mi_thermald create thermal_data_file files

parent 17b2e1a3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment