Re: [lxc-devel] User namespaces

2013-04-11 Thread Eric W. Biederman
Dwight Engen writes: > Hi Eric, any chance you've had a moment to mull this over any more? > I've also CC'ed Jiri since he is listed in MAINTAINERS for the TTY > layer :) Honestly I really haven't. For the most part I have been in feature freeze and bug fix mode. It gets tricky getting the per

Re: [lxc-devel] User namespaces

2013-04-11 Thread Dwight Engen
Hi Eric, any chance you've had a moment to mull this over any more? I've also CC'ed Jiri since he is listed in MAINTAINERS for the TTY layer :) On Wed, 6 Mar 2013 09:58:53 -0600 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > On Mon, 25 Feb 2013 20:26:21 -0800 > > ebied

Re: [lxc-devel] User namespaces

2013-03-06 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > On Mon, 25 Feb 2013 20:26:21 -0800 > ebied...@xmission.com (Eric W. Biederman) wrote: ... > > For pty's since they only have the single device node. We can > > probably do kuid_has_mapping and kgid_has_mapping to see if we should > > have super use

Re: [lxc-devel] User namespaces

2013-03-01 Thread Dwight Engen
On Mon, 25 Feb 2013 20:26:21 -0800 ebied...@xmission.com (Eric W. Biederman) wrote: > Dwight Engen writes: > > > On Sun, 24 Feb 2013 21:12:59 -0800 > > ebied...@xmission.com (Eric W. Biederman) wrote: > > > >> Serge Hallyn writes: > >> > >> > Quoting Dwight Engen (dwight.en...@oracle.com): > >

Re: [lxc-devel] User namespaces

2013-02-25 Thread Eric W. Biederman
Dwight Engen writes: > On Sun, 24 Feb 2013 21:12:59 -0800 > ebied...@xmission.com (Eric W. Biederman) wrote: > >> Serge Hallyn writes: >> >> > Quoting Dwight Engen (dwight.en...@oracle.com): >> >> I finally got around to testing out user namespaces. Very nice to >> >> to have container root not

Re: [lxc-devel] User namespaces

2013-02-25 Thread Dwight Engen
On Sun, 24 Feb 2013 21:12:59 -0800 ebied...@xmission.com (Eric W. Biederman) wrote: > Serge Hallyn writes: > > > Quoting Dwight Engen (dwight.en...@oracle.com): > >> I finally got around to testing out user namespaces. Very nice to > >> to have container root not be kuid 0! One thing that I noti

Re: [lxc-devel] User namespaces

2013-02-24 Thread Eric W. Biederman
Serge Hallyn writes: > Quoting Dwight Engen (dwight.en...@oracle.com): >> I finally got around to testing out user namespaces. Very nice to to >> have container root not be kuid 0! One thing that I noticed was that >> mingetty in the container was failing because the call to vhangup(2) >> failed

Re: [lxc-devel] User namespaces

2013-02-24 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > I finally got around to testing out user namespaces. Very nice to to > have container root not be kuid 0! One thing that I noticed was that > mingetty in the container was failing because the call to vhangup(2) > failed (and thus no lxc-console). I

[lxc-devel] User namespaces

2013-02-22 Thread Dwight Engen
I finally got around to testing out user namespaces. Very nice to to have container root not be kuid 0! One thing that I noticed was that mingetty in the container was failing because the call to vhangup(2) failed (and thus no lxc-console). I could patch the container to start mingetty with --nohan