lkml.org 
[lkml]   [2012]   [Dec]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH 4/4] userns: Fix typo in description of the limitation of userns_install
On Fri, Dec 14, 2012 at 2:05 PM, Eric W. Biederman
<ebiederm@xmission.com> wrote:
>
> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
> ---
> kernel/user_namespace.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c
> index f5975cc..2b042c4 100644
> --- a/kernel/user_namespace.c
> +++ b/kernel/user_namespace.c
> @@ -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;
>
> --
> 1.7.5.4
>

Acked-by: Andy Lutomirski <luto@amacapital.net>


\
 
 \ /
  Last update: 2012-12-17 20:41    [W:0.100 / U:2.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site