Revert "vendor: omni: sepolicy: allow access to thermal_syfs"

This reverts commit 07f758005ff6d7d51b6d9108b3d3000c47fbc6a4.

Change-Id: Iefcad89a0d4e9639419184800b605ec410b196a0
diff --git a/sepolicy/platform_app.te b/sepolicy/platform_app.te
deleted file mode 100644
index 4cef7e5..0000000
--- a/sepolicy/platform_app.te
+++ /dev/null
@@ -1,10 +0,0 @@
-###########################
-# OmniROM common sepolicy
-#
-
-# CPU info overlay temp
-allow platform_app sysfs_thermal:file r_file_perms;
-allow platform_app sysfs_thermal:dir search;
-allow platform_app sysfs_thermal:lnk_file r_file_perms;
-
-
diff --git a/sepolicy/sepolicy.mk b/sepolicy/sepolicy.mk
index 166a8e3..2084aaa 100644
--- a/sepolicy/sepolicy.mk
+++ b/sepolicy/sepolicy.mk
@@ -14,7 +14,6 @@
     healthd.te \
     property_contexts \
     installd.te \
-    platform_app.te \
     property.te \
     shell.te \
     sysinit.te \