Merged sepolicies from fortunave3g tree
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te
index 09cc706..0f48cb2 100644
--- a/sepolicy/system_server.te
+++ b/sepolicy/system_server.te
@@ -2,3 +2,6 @@
allow system_server efs_file:dir search;
allow system_server touchpanel_sysfs:file rw_file_perms;
allow system_server touchpanel_sysfs:dir { search };
+allow system_server sensors_efs_file:file { open read };
+allow system_server sysfs_vibeamp:dir search;
+allow system_server sysfs_vibeamp:file { getattr open read write };