[Devel] Re: [PATCH 7/9] add a user namespace owner of ipc ns
Daniel Lezcano
daniel.lezcano at free.fr
Sat Feb 19 09:57:25 PST 2011
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 at canonical.com>
> ---
Acked-by: Daniel Lezcano <daniel.lezcano at free.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);
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list