Restrict isolated_app's /sys access am: b67d85fdf6
am: 856272c689

Change-Id: I6f0b001afbd4e0c90b6afb8f88e59a0c39fabfc0
diff --git a/sepolicy/domain.te b/sepolicy/domain.te
index ee24d7f..24869b9 100644
--- a/sepolicy/domain.te
+++ b/sepolicy/domain.te
@@ -2,7 +2,7 @@
   allow { domain -appdomain } diag_device:chr_file rw_file_perms;
 ')
 
-r_dir_file(domain, sysfs_socinfo);
-r_dir_file(domain, sysfs_thermal);
-r_dir_file(domain, sysfs_power_management);
+r_dir_file({ domain -isolated_app }, sysfs_socinfo);
+r_dir_file({ domain -isolated_app }, sysfs_thermal);
+r_dir_file({ domain -isolated_app }, sysfs_power_management);
 r_dir_file(domain, sysfs_devices_system_cpu);