diff options
author | Nick Kralevich <nnk@google.com> | 2014-01-18 15:28:11 -0800 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2014-03-11 21:27:27 -0700 |
commit | de151571a4512491bc11f94e60c60c8fa84893f3 (patch) | |
tree | 9f60a6f751e6fd4ef4562dee53f4bf2600340155 | |
parent | 5fb1a34af4128bfe7332b02e31b146a82bc2872d (diff) | |
download | system_core-de151571a4512491bc11f94e60c60c8fa84893f3.zip system_core-de151571a4512491bc11f94e60c60c8fa84893f3.tar.gz system_core-de151571a4512491bc11f94e60c60c8fa84893f3.tar.bz2 |
don't load property_contexts from /data
Bug: 12613118
Change-Id: I5a84b13d2151075d5136e3682431fbcc9307df13
(cherry picked from commit dc3a42bb11dc2aefee37f799b5a1cce87cf35aaf)
-rw-r--r-- | init/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ 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 } }; |