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

* commit 'ca53f0a0840ef859dbabfb089f2036656d1ca18c':
  don't load property_contexts from /data
This commit is contained in:
Nick Kralevich 2014-01-23 21:40:58 +00:00 committed by Android Git Automerger
commit 17ff7a8b28

View file

@ -842,7 +842,6 @@ static int bootchart_init_action(int nargs, char **args)
#endif #endif
static const struct selinux_opt seopts_prop[] = { static const struct selinux_opt seopts_prop[] = {
{ SELABEL_OPT_PATH, "/data/security/property_contexts" },
{ SELABEL_OPT_PATH, "/property_contexts" }, { SELABEL_OPT_PATH, "/property_contexts" },
{ 0, NULL } { 0, NULL }
}; };