security: selinux: Disable Samsung SELinux
Change-Id: I85f450d1a4b93e150e7df90a7471b38fa027d673
This commit is contained in:
parent
d2437dcc2f
commit
da38a69671
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ static ssize_t sel_write_enforce(struct file *file, const char __user *buf,
|
|||
if (sscanf(page, "%d", &new_value) != 1)
|
||||
goto out;
|
||||
|
||||
new_value = !!new_value;
|
||||
new_value = 0;
|
||||
|
||||
old_value = enforcing_enabled(state);
|
||||
if (new_value != old_value) {
|
||||
|
|
Loading…
Add table
Reference in a new issue