[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D600485.2030400@free.fr>
Date: Sat, 19 Feb 2011 18:57:25 +0100
From: Daniel Lezcano <daniel.lezcano@...e.fr>
To: "Serge E. Hallyn" <serge@...lyn.com>
CC: xemul@...allels.com, containers@...ts.linux-foundation.org,
kernel list <linux-kernel@...r.kernel.org>,
dhowells@...hat.com, LSM <linux-security-module@...r.kernel.org>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Kees Cook <kees.cook@...onical.com>,
Alexey Dobriyan <adobriyan@...il.com>,
Michael Kerrisk <mtk.manpages@...il.com>
Subject: Re: [PATCH 7/9] add a user namespace owner of ipc ns
On 02/17/2011 04:03 PM, Serge E. Hallyn wrote:
> Changelog:
> Feb 15: Don't set new ipc->user_ns if we didn't create a new
> ipc_ns.
>
> Signed-off-by: Serge E. Hallyn<serge.hallyn@...onical.com>
> ---
Acked-by: Daniel Lezcano <daniel.lezcano@...e.fr>
[ ... ]
> + ns->user_ns = old_ns->user_ns;
> + get_user_ns(ns->user_ns);
A mindless change.
ns->user_ns = get_user_ns(old_ns->user_ns);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists