commit | 644db06ad7586203e6c7e9e27ec98f7252542109 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Aug 18 01:49:40 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 18 01:49:40 2017 +0000 |
tree | 85245ba9e0bc7b42352870a78ba2e30a7f152c17 | |
parent | b2c423be2e88dbde6623ffe35238d6e4367afd98 [diff] | |
parent | 9860b3b4d7631084fcaefba82281b311b6b1e6b5 [diff] |
Merge "init: fix copy/paste mistake"
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() {