Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04561b63 authored by William Roberts's avatar William Roberts Committed by Gerrit Code Review
Browse files

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
parent e849970c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 }
};