am ca53f0a0: don\'t load property_contexts from /data

* commit 'ca53f0a0840ef859dbabfb089f2036656d1ca18c':
  don't load property_contexts from /data
diff --git a/init/init.c b/init/init.c
index 4266a73..08fd5fb 100644
--- a/init/init.c
+++ b/init/init.c
@@ -842,7 +842,6 @@
 #endif
 
 static const struct selinux_opt seopts_prop[] = {
-        { SELABEL_OPT_PATH, "/data/security/property_contexts" },
         { SELABEL_OPT_PATH, "/property_contexts" },
         { 0, NULL }
 };