From 04561b63474e25bf6a61fbf4179717bbdd5f32a2 Mon Sep 17 00:00:00 2001 From: William Roberts Date: Wed, 20 Mar 2013 19:25:48 -0700 Subject: [PATCH] Drop /data/system as a policy file location /data/system is no longer used as a policy file location. Use /data/security instead. Change-Id: Ie77be9e25c67c8a2157c7b6c468f3215a49ead52 --- init/init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/init/init.c b/init/init.c index ede2daa8a..b28b0ab23 100755 --- a/init/init.c +++ b/init/init.c @@ -746,7 +746,6 @@ static int bootchart_init_action(int nargs, char **args) static const struct selinux_opt seopts_prop[] = { { SELABEL_OPT_PATH, "/data/security/property_contexts" }, - { SELABEL_OPT_PATH, "/data/system/property_contexts" }, { SELABEL_OPT_PATH, "/property_contexts" }, { 0, NULL } };