Loading security/selinux/selinuxfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ static ssize_t sel_write_enforce(struct file *file, const char __user *buf, goto out; /* No partial writes. */ length = EINVAL; length = -EINVAL; if (*ppos != 0) goto out; Loading Loading
security/selinux/selinuxfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ static ssize_t sel_write_enforce(struct file *file, const char __user *buf, goto out; /* No partial writes. */ length = EINVAL; length = -EINVAL; if (*ppos != 0) goto out; Loading