Merge "init: fix copy/paste mistake"
This commit is contained in:
commit
f85404521e
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…
Add table
Reference in a new issue