commit | 9860b3b4d7631084fcaefba82281b311b6b1e6b5 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Aug 17 16:52:10 2017 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Thu Aug 17 16:52:10 2017 -0700 |
tree | c7712aa4aa719719d6514fcc1a5a49ff36c5327d | |
parent | 59e4d3bdd8de77a5f37b70226a316c9488a9759e [diff] |
init: fix copy/paste mistake Test: boot bullhead Change-Id: I0fedb48a9684e21a27a1d260b84cb49a1038ce3f
diff --git a/init/selinux.cpp b/init/selinux.cpp index b9305ed..dd49f84 100644 --- a/init/selinux.cpp +++ b/init/selinux.cpp
@@ -68,10 +68,10 @@ namespace android { namespace init { -static struct selabel_handle* sehandle = nullptr; - namespace { +selabel_handle* sehandle = nullptr; + enum EnforcingStatus { SELINUX_PERMISSIVE, SELINUX_ENFORCING }; EnforcingStatus StatusFromCmdline() {