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

Commit ca53f0a0 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

don't load property_contexts from /data

Bug: 12613118

(cherry picked from commit dc3a42bb)

Change-Id: If630478b0e3fdda8c1c14b3f41b717085acf9914
parent 719b0198
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 }
};