sepolicy: Address vpud_native denials
Change-Id: I4be2decf9e054e5313b7fcc7098f26248e708bbb
diff --git a/basic/non_plat/vpud_native.te b/basic/non_plat/vpud_native.te
index 457a5ee..858d1f1 100644
--- a/basic/non_plat/vpud_native.te
+++ b/basic/non_plat/vpud_native.te
@@ -46,3 +46,8 @@
# add power config
allow vpud_native sysfs_boot_mode:file r_file_perms;
+
+allow vpud_native proc_mtkcooler:dir search;
+allow vpud_native proc_mtkcooler:file rw_file_perms;
+allow vpud_native thermal_manager_data_file:dir w_dir_perms;
+allow vpud_native thermal_manager_data_file:file create_file_perms;