commit | 349f894e522830f462fdfff64d2ef8bec5dcf747 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Sun Jan 19 18:29:01 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sun Jan 19 18:29:01 2014 +0000 |
tree | 433d7b0f7cb265722d76fdf4cbbb37e53a1b2251 | |
parent | 10c51a38752d8f57f144f114331956c995180ad9 [diff] | |
parent | dc3a42bb11dc2aefee37f799b5a1cce87cf35aaf [diff] |
Merge "don't load property_contexts from /data"
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 } };