Merge "init: fix copy/paste mistake" am: f85404521e

am: ad42b33eaa

Change-Id: I341f0cefac7433737f1c226a39cd3dc818baeed9
This commit is contained in:
Tom Cherry 2017-08-18 02:07:25 +00:00 committed by android-build-merger
commit c3398d9e87

View file

@ -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() {