On 01/14/2013 06:32 PM, Serge Hallyn wrote:
> Always unblock parent when child setup fails, rather than just
> exiting.
>
> Also remove a duplicate call to setup_cgroup(). We'll want it
> close to there for userns, but not right there - that's too late,
> and could happen after container init has
Always unblock parent when child setup fails, rather than just
exiting.
Also remove a duplicate call to setup_cgroup(). We'll want it
close to there for userns, but not right there - that's too late,
and could happen after container init has done something bad
without cgroup restrictions.
Signed