Re: [PATCH -mm 1/2] user namespace : add unshare

2007-06-11 Thread Serge E. Hallyn
Quoting Andrew Morton ([EMAIL PROTECTED]): > On Fri, 08 Jun 2007 17:14:07 +0200 > Cedric Le Goater <[EMAIL PROTECTED]> wrote: > > > Basically, it will allow a process to unshare its user_struct table, > > resetting > > at the same time its own user_struct and all the associated accounting. > > >

Re: [PATCH -mm 1/2] user namespace : add unshare

2007-06-08 Thread Andrew Morton
On Fri, 08 Jun 2007 17:14:07 +0200 Cedric Le Goater <[EMAIL PROTECTED]> wrote: > Basically, it will allow a process to unshare its user_struct table, resetting > at the same time its own user_struct and all the associated accounting. > > A new root user (uid == 0) is added to the user namespace u

Re: [PATCH -mm 1/2] user namespace : add unshare

2007-06-08 Thread Cedric Le Goater
oops, wrong subject. it should be : "user namespace : add the framework" Sorry about that, C. Cedric Le Goater wrote: > Basically, it will allow a process to unshare its user_struct table, resetting > at the same time its own user_struct and all the associated accounting. > > A new roo