commit | c0e1bc1c755b165574c761e878b6fc26fb340ba0 | [log] [tgz] |
---|---|---|
author | Geremy Condra <gcondra@google.com> | Wed Mar 27 22:39:47 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 27 22:39:47 2013 +0000 |
tree | f9567675ab1fbb972287ef5823a8310f19d66a1a | |
parent | e849970c5423cae43da1f7e2ab117117db6e0a64 [diff] | |
parent | 04561b63474e25bf6a61fbf4179717bbdd5f32a2 [diff] |
Merge "Drop /data/system as a policy file location"
diff --git a/init/init.c b/init/init.c index ede2daa..b28b0ab 100755 --- a/init/init.c +++ b/init/init.c
@@ -746,7 +746,6 @@ 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 } };