1 Mar 2011 01:28
Re: [PATCH 01/10] Add a user_namespace as creator/owner of uts_namespace
On Thu, 24 Feb 2011 15:01:51 +0000 "Serge E. Hallyn" <serge@...> wrote: > Cc: oleg@..., dlezcano@... I don't think those addresses do what you think they do. > copy_process() handles CLONE_NEWUSER before the rest of the > namespaces. So in the case of clone(CLONE_NEWUSER|CLONE_NEWUTS) > the new uts namespace will have the new user namespace as its > owner. That is what we want, since we want root in that new > userns to be able to have privilege over it. > Well this sucks. Anyone who is reading this patch series really won't have a clue what any of it is for. There's no context provided. A useful way of thinking about this is to ask yourself "what will Linus think when this stuff hits his inbox". If the answer is "he'll say wtf" then we're doing it wrong. Sigh. I shall (again) paste in the below text, which I snarfed from the wiki. Please check that it is complete, accurate and adequate. If not, please send along replacement text. : The expected course of development for user namespaces targeted : capabilities is laid out at https://wiki.ubuntu.com/UserNamespace. :(Continue reading)
RSS Feed