Removed line conflicting with SELinux policy files.
diff --git a/sepolicy/misc.te b/sepolicy/misc.te
index 248cbe5..d9be616 100644
--- a/sepolicy/misc.te
+++ b/sepolicy/misc.te
@@ -18,7 +18,7 @@
 
 #============= shell ==============
 allow shell block_device:dir search;
-allow shell labeledfs:filesystem remount;
+#allow shell labeledfs:filesystem remount;
 
 #============= system_server ==============
 allow system_server efs_file:dir search;