Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64162814 authored by James Morris's avatar James Morris
Browse files

Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into for-linus

parents 3c435c1e 6436a123
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;