split misc.te into more specific sepolicy files.
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te
index ea39880..09cc706 100644
--- a/sepolicy/system_server.te
+++ b/sepolicy/system_server.te
@@ -1,2 +1,4 @@
+#============= system_server ==============
+allow system_server efs_file:dir search;
 allow system_server touchpanel_sysfs:file rw_file_perms;
-allow system_server touchpanel_sysfs:dir { search };
\ No newline at end of file
+allow system_server touchpanel_sysfs:dir { search };