security: selinux: Enable Samsung SELinux
This commit is contained in:
parent
895709a281
commit
6af9744bf7
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 = 0;
|
||||
new_value = !!new_value;
|
||||
|
||||
old_value = enforcing_enabled(state);
|
||||
if (new_value != old_value) {
|
||||
|
|
Loading…
Reference in a new issue