Merge "init: fix copy/paste mistake" am: f85404521e am: ad42b33eaa
am: c3398d9e87
Change-Id: Ibafc7fc324cebeeea04f365ee949a2fa9989b37e
This commit is contained in:
commit
3cbfff1615
1 changed files with 2 additions and 2 deletions
|
|
@ -68,10 +68,10 @@ using android::base::unique_fd;
|
||||||
namespace android {
|
namespace android {
|
||||||
namespace init {
|
namespace init {
|
||||||
|
|
||||||
static struct selabel_handle* sehandle = nullptr;
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
selabel_handle* sehandle = nullptr;
|
||||||
|
|
||||||
enum EnforcingStatus { SELINUX_PERMISSIVE, SELINUX_ENFORCING };
|
enum EnforcingStatus { SELINUX_PERMISSIVE, SELINUX_ENFORCING };
|
||||||
|
|
||||||
EnforcingStatus StatusFromCmdline() {
|
EnforcingStatus StatusFromCmdline() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue