commit | ca53f0a0840ef859dbabfb089f2036656d1ca18c | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Sat Jan 18 15:28:11 2014 -0800 |
committer | Nick Kralevich <nnk@google.com> | Wed Jan 22 12:17:36 2014 -0800 |
tree | 36866ec0c15eb1d3ec4b5bac4f0a4028edb6fbc3 | |
parent | 719b0198a324582cbf2c01236bb03746475a52e0 [diff] |
don't load property_contexts from /data Bug: 12613118 (cherry picked from commit dc3a42bb11dc2aefee37f799b5a1cce87cf35aaf) Change-Id: If630478b0e3fdda8c1c14b3f41b717085acf9914
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 } };