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

Commit f8540452 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init: fix copy/paste mistake"

parents e3e4ec7c 94f3bcdb
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -68,10 +68,10 @@ using android::base::unique_fd;
namespace android {
namespace android {
namespace init {
namespace init {


static struct selabel_handle* sehandle = nullptr;

namespace {
namespace {


selabel_handle* sehandle = nullptr;

enum EnforcingStatus { SELINUX_PERMISSIVE, SELINUX_ENFORCING };
enum EnforcingStatus { SELINUX_PERMISSIVE, SELINUX_ENFORCING };


EnforcingStatus StatusFromCmdline() {
EnforcingStatus StatusFromCmdline() {