lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 13 Jul 2007 01:47:22 -0700
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	NeilBrown <neilb@...e.de>, nfs@...ts.sourceforge.net,
	linux-kernel@...r.kernel.org,
	"J. Bruce Fields" <bfields@...i.umich.edu>
Subject: Re: [PATCH 015 of 20] knfsd: nfsd4: make readonly access depend on
 pseudoflavor

On Fri, 13 Jul 2007 00:12:15 -0700 Andrew Morton <akpm@...ux-foundation.org> wrote:

> On Tue, 10 Jul 2007 12:27:49 +1000 NeilBrown <neilb@...e.de> wrote:
> 
> > 
> > From: J. Bruce Fields <bfields@...i.umich.edu>
> > 
> > Allow readonly access to vary depending on the pseudoflavor, using the
> > flag passed with each pseudoflavor in the export downcall.
> > 
> > Signed-off-by: "J. Bruce Fields" <bfields@...i.umich.edu>
> > Signed-off-by: Neil Brown <neilb@...e.de>
> > 
> > ### Diffstat output
> >  ./include/linux/nfsd/export.h |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff .prev/include/linux/nfsd/export.h ./include/linux/nfsd/export.h
> > --- .prev/include/linux/nfsd/export.h	2007-07-10 11:40:31.000000000 +1000
> > +++ ./include/linux/nfsd/export.h	2007-07-10 11:50:43.000000000 +1000
> > @@ -43,7 +43,7 @@
> >  #define NFSEXP_ALLFLAGS		0xFE3F
> >  
> >  /* The flags that may vary depending on security flavor: */
> > -#define NFSEXP_SECINFO_FLAGS	0
> > +#define NFSEXP_SECINFO_FLAGS	NFSEXP_READONLY
> >  
> >  #ifdef __KERNEL__
> >  
> 
> You have two patches called "knfsd: nfsd4: make readonly access depend on
> pseudoflavor".  This one appears to have the wrong title and changelog.

hm, I ended up accidentally losing this patch altogether.  But
knfsd-nfsd-enforce-per-flavor-id-squashing.patch rubs out its effects, so
we end up OK.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ