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

Commit 349f894e authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "don't load property_contexts from /data"

parents 10c51a38 dc3a42bb
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 }
};