4 Jan 2010 17:12
Re: [PATCH 0/7] nfs-utils - Dynamic Pseudo Root - Release 9
J. Bruce Fields <bfields <at> fieldses.org>
2010-01-04 16:12:27 GMT
2010-01-04 16:12:27 GMT
On Fri, Dec 18, 2009 at 05:51:01PM -0500, J. Bruce Fields wrote: > On Tue, Dec 15, 2009 at 12:17:41PM -0500, J. Bruce Fields wrote: > > Actually, it's tricky. Suppose exports are: > > > > P *(sec=krb5) > > P/Q A(sec=sys) > > > > When we get a request for (A,P) what do we do? > > > > I believe our latest effort passes down an export something like: > > > > P A(sec=sys,v4root) > > > > thus denying most access to P. > > > > If we pass down > > > > P A(sec=krb5) > > > > instead, then we (needlessly?) require krb5 access to mount P/Q. > > > > Or we could try telling people not to do that. That doesn't always > > work. > > > > Or we could find some way to make v4root vary by pseudoflavor, and pass > > down something like: > > > > P A(sec=krb5,nov4root,sec=sys,v4root) > > > > I don't see how to do that off hand.(Continue reading)
RSS Feed