am bed08333: am c0e1bc1c: Merge "Drop /data/system as a policy file location"

* commit 'bed08333d921e97bc60b81c0f183816386709d79':
  Drop /data/system as a policy file location
diff --git a/init/init.c b/init/init.c
index ede2daa..b28b0ab 100755
--- a/init/init.c
+++ b/init/init.c
@@ -746,7 +746,6 @@
 
 static const struct selinux_opt seopts_prop[] = {
         { SELABEL_OPT_PATH, "/data/security/property_contexts" },
-        { SELABEL_OPT_PATH, "/data/system/property_contexts" },
         { SELABEL_OPT_PATH, "/property_contexts" },
         { 0, NULL }
 };