Merge "init: fix copy/paste mistake" am: f85404521e
am: ad42b33eaa
Change-Id: I341f0cefac7433737f1c226a39cd3dc818baeed9
This commit is contained in:
commit
c3398d9e87
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue