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

Commit b9cbdbaf authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am a9d7c529: am de97f798: am bed08333: am c0e1bc1c: Merge "Drop /data/system...

am a9d7c529: am de97f798: am bed08333: am c0e1bc1c: Merge "Drop /data/system as a policy file location"

* commit 'a9d7c529':
  Drop /data/system as a policy file location
parents f798f300 a9d7c529
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line 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[] = {
static const struct selinux_opt seopts_prop[] = {
        { SELABEL_OPT_PATH, "/data/security/property_contexts" },
        { SELABEL_OPT_PATH, "/data/security/property_contexts" },
        { SELABEL_OPT_PATH, "/data/system/property_contexts" },
        { SELABEL_OPT_PATH, "/property_contexts" },
        { SELABEL_OPT_PATH, "/property_contexts" },
        { 0, NULL }
        { 0, NULL }
};
};