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

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

am 1170bbe5: am c19fdee3: Merge "Call selinux_status_open() prior to use of...

am 1170bbe5: am c19fdee3: Merge "Call selinux_status_open() prior to use of selinux_status_updated()."

* commit '1170bbe5':
  Call selinux_status_open() prior to use of selinux_status_updated().
parents ba46148f 1170bbe5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -361,6 +361,7 @@ int main(int argc, char **argv)

    selinux_enabled = is_selinux_enabled();
    sehandle = selinux_android_service_context_handle();
    selinux_status_open(true);

    if (selinux_enabled > 0) {
        if (sehandle == NULL) {