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

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

Merge "init: fix copy/paste mistake"

am: f8540452

Change-Id: Id7382a959f5a22e4f4897ad593ea7202aae95c19
parents 57f94aa4 f8540452
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() {