am 3d32cd93: Revert "Remove /system from the dirs to relabel."

* commit '3d32cd938746215e5fa9b1a3c3b78903e043ae73':
  Revert "Remove /system from the dirs to relabel."
diff --git a/init/init.c b/init/init.c
index 516bf57..3e67192 100755
--- a/init/init.c
+++ b/init/init.c
@@ -795,6 +795,7 @@
     selinux_init_all_handles();
 
     selinux_android_fixcon("/data");
+    selinux_android_fixcon("/system");
     selinux_android_fixcon("/dev");
 
     return 0;