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

Commit 5155040e authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

userns: Fix typo in description of the limitation of userns_install

parent aa6d054e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -799,7 +799,7 @@ static int userns_install(struct nsproxy *nsproxy, void *ns)
	if (user_ns == current_user_ns())
		return -EINVAL;

	/* Threaded many not enter a different user namespace */
	/* Threaded processes may not enter a different user namespace */
	if (atomic_read(&current->mm->mm_users) > 1)
		return -EINVAL;