commit | de151571a4512491bc11f94e60c60c8fa84893f3 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Sat Jan 18 15:28:11 2014 -0800 |
committer | Nick Kralevich <nnk@google.com> | Tue Mar 11 21:27:27 2014 -0700 |
tree | 9f60a6f751e6fd4ef4562dee53f4bf2600340155 | |
parent | 5fb1a34af4128bfe7332b02e31b146a82bc2872d [diff] |
don't load property_contexts from /data Bug: 12613118 Change-Id: I5a84b13d2151075d5136e3682431fbcc9307df13 (cherry picked from commit dc3a42bb11dc2aefee37f799b5a1cce87cf35aaf)
diff --git a/init/init.c b/init/init.c index 1473fbc..0884236 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 } };