Skip to content

Commit 5155040

Browse files
committed
userns: Fix typo in description of the limitation of userns_install
Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
1 parent aa6d054 commit 5155040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/user_namespace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ static int userns_install(struct nsproxy *nsproxy, void *ns)
799799
if (user_ns == current_user_ns())
800800
return -EINVAL;
801801

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

0 commit comments

Comments
 (0)