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

Commit 2e9773a3 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

am: 3cbfff16

Change-Id: I736005a89352b5e313960355d4bd28bdbeb18476
parents ac50df68 3cbfff16
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() {