diff options
author | Nick Kralevich <nnk@google.com> | 2014-01-18 15:28:11 -0800 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2014-01-18 15:28:11 -0800 |
commit | dc3a42bb11dc2aefee37f799b5a1cce87cf35aaf (patch) | |
tree | 3db64f9473f69c58bf753e58e18e5c224967d788 /init | |
parent | d70009e7ec0a8b04a67d6bd579e36c279410eb21 (diff) | |
download | system_core-dc3a42bb11dc2aefee37f799b5a1cce87cf35aaf.zip system_core-dc3a42bb11dc2aefee37f799b5a1cce87cf35aaf.tar.gz system_core-dc3a42bb11dc2aefee37f799b5a1cce87cf35aaf.tar.bz2 |
don't load property_contexts from /data
Bug: 12613118
Change-Id: I5a84b13d2151075d5136e3682431fbcc9307df13
Diffstat (limited to 'init')
-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 ab52749..e4f8c1a 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 } }; |