Merge "init: fix copy/paste mistake" am: f85404521e
am: ad42b33eaa
am: c3398d9e87
am: 3cbfff1615
Change-Id: I736005a89352b5e313960355d4bd28bdbeb18476
This commit is contained in:
commit
2e9773a30a
|
@ -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