Merge "init: fix copy/paste mistake"
am: f85404521e
Change-Id: Id7382a959f5a22e4f4897ad593ea7202aae95c19
This commit is contained in:
commit
ad42b33eaa
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue