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

Commit 17ff7a8b authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am ca53f0a0: don\'t load property_contexts from /data

* commit 'ca53f0a0':
  don't load property_contexts from /data
parents 884116c8 ca53f0a0
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 }
};