commit | dc3a42bb11dc2aefee37f799b5a1cce87cf35aaf | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Sat Jan 18 15:28:11 2014 -0800 |
committer | Nick Kralevich <nnk@google.com> | Sat Jan 18 15:28:11 2014 -0800 |
tree | 3db64f9473f69c58bf753e58e18e5c224967d788 | |
parent | d70009e7ec0a8b04a67d6bd579e36c279410eb21 [diff] |
don't load property_contexts from /data Bug: 12613118 Change-Id: I5a84b13d2151075d5136e3682431fbcc9307df13
diff --git a/init/init.c b/init/init.c index ab52749..e4f8c1a 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 } };