Re: [GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-20 Thread Eric W. Biederman
Rob Landley writes: > On 12/17/2012 05:18:57 PM, Eric W. Biederman wrote: >> Work remains to make it safe to build user namespaces and 9p, afs, >> ceph, cifs, coda, gfs2, ncpfs, nfs, nfsd, ocfs2, and xfs so the >> Kconfig >> guard remains in place preventing that user namespaces from being >>

Re: [GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-20 Thread Rob Landley
On 12/17/2012 05:18:57 PM, Eric W. Biederman wrote: Work remains to make it safe to build user namespaces and 9p, afs, ceph, cifs, coda, gfs2, ncpfs, nfs, nfsd, ocfs2, and xfs so the Kconfig guard remains in place preventing that user namespaces from being built when any of those filesystems

Re: [GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-17 Thread Eric W. Biederman
ebied...@xmission.com (Eric W. Biederman) writes: > Linus, > > Please pull the for-linus git tree from: > >git://git.kernel.org:/pub/scm/linux/kernel/git/ebiederm/user-namespace.git > for-linus > >HEAD: 5155040ed349950e16c093ba8e65ad534994df2a userns: Fix typo in > description of the lim

[GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-17 Thread Eric W. Biederman
Linus, Please pull the for-linus git tree from: git://git.kernel.org:/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-linus HEAD: 5155040ed349950e16c093ba8e65ad534994df2a userns: Fix typo in description of the limitation of userns_install This tree is against v3.7-rc3 The

Re: [GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-14 Thread Eric W. Biederman
Andy Lutomirski writes: > On Thu, Dec 13, 2012 at 8:11 PM, Eric W. Biederman > wrote: >> Andy Lutomirski writes: >> >>> One more issue: the requirement that both upper and lower uids (etc.) >>> in the maps are in order is rather limiting. I have no objection if >>> you only require upper ids t

Re: [GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-13 Thread Andy Lutomirski
On Thu, Dec 13, 2012 at 8:11 PM, Eric W. Biederman wrote: > Andy Lutomirski writes: > >> One more issue: the requirement that both upper and lower uids (etc.) >> in the maps are in order is rather limiting. I have no objection if >> you only require upper ids to be monotonic, but currently there

Re: [GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-13 Thread Eric W. Biederman
Andy Lutomirski writes: > On Thu, Dec 13, 2012 at 2:01 PM, Eric W. Biederman > wrote: >> Andy Lutomirski writes: >> >>> On 12/11/2012 01:17 PM, Eric W. Biederman wrote: > >> But please also note the difference between capable and ns_capable. Any >> security check that is capable() still requir

Re: [GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-13 Thread Andy Lutomirski
On Thu, Dec 13, 2012 at 2:01 PM, Eric W. Biederman wrote: > Andy Lutomirski writes: > >> On 12/11/2012 01:17 PM, Eric W. Biederman wrote: >>> >>> Linus, >>> >>> Please pull the for-linus git tree from: >>> >>> >>> git://git.kernel.org:/pub/scm/linux/kernel/git/ebiederm/user-namespace.git >>>

Re: [GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-13 Thread Eric W. Biederman
Andy Lutomirski writes: > On 12/11/2012 01:17 PM, Eric W. Biederman wrote: >> >> Linus, >> >> Please pull the for-linus git tree from: >> >> >> git://git.kernel.org:/pub/scm/linux/kernel/git/ebiederm/user-namespace.git >> for-linus >> >>HEAD: 98f842e675f96ffac96e6c50315790912b2812be

Re: [GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-13 Thread Andy Lutomirski
On 12/11/2012 01:17 PM, Eric W. Biederman wrote: > > Linus, > > Please pull the for-linus git tree from: > >git://git.kernel.org:/pub/scm/linux/kernel/git/ebiederm/user-namespace.git > for-linus > >HEAD: 98f842e675f96ffac96e6c50315790912b2812be proc: Usable inode numbers > for the nam

[GIT PULL] user namespace and namespace infrastructure changes for 3.8

2012-12-11 Thread Eric W. Biederman
Linus, Please pull the for-linus git tree from: git://git.kernel.org:/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-linus HEAD: 98f842e675f96ffac96e6c50315790912b2812be proc: Usable inode numbers for the namespace file descriptors. This tree is against v3.7-rc3 While sma