Loading security/selinux/selinuxfs.c +2 −1 Original line number Diff line number Diff line Loading @@ -190,8 +190,9 @@ static ssize_t sel_write_enforce(struct file *file, const char __user *buf, selnl_notify_setenforce(new_value); selinux_status_update_setenforce(new_value); #else #ifdef CONFIG_ALWAYS_PERMISSIVE new_value = 0; #endif if (new_value != selinux_enforcing) { length = task_has_security(current, SECURITY__SETENFORCE); if (length) Loading Loading
security/selinux/selinuxfs.c +2 −1 Original line number Diff line number Diff line Loading @@ -190,8 +190,9 @@ static ssize_t sel_write_enforce(struct file *file, const char __user *buf, selnl_notify_setenforce(new_value); selinux_status_update_setenforce(new_value); #else #ifdef CONFIG_ALWAYS_PERMISSIVE new_value = 0; #endif if (new_value != selinux_enforcing) { length = task_has_security(current, SECURITY__SETENFORCE); if (length) Loading