don't load property_contexts from /data

Bug: 12613118
Change-Id: I5a84b13d2151075d5136e3682431fbcc9307df13
(cherry picked from commit dc3a42bb11)
This commit is contained in:
Nick Kralevich 2014-01-18 15:28:11 -08:00
parent 02916aa20e
commit 6941a83c2d
1 changed files with 0 additions and 1 deletions

View File

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