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

Commit 3cbfff16 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "init: fix copy/paste mistake" am: f8540452 am: ad42b33e

am: c3398d9e

Change-Id: Ibafc7fc324cebeeea04f365ee949a2fa9989b37e
parents 7bba2bf2 c3398d9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -68,10 +68,10 @@ using android::base::unique_fd;
namespace android {
namespace init {

static struct selabel_handle* sehandle = nullptr;

namespace {

selabel_handle* sehandle = nullptr;

enum EnforcingStatus { SELINUX_PERMISSIVE, SELINUX_ENFORCING };

EnforcingStatus StatusFromCmdline() {