commit | b7964c3d88668cef57e1a99861477168eeff4743 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@suse.de> | Tue Dec 20 16:29:05 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Dec 20 10:31:33 2005 -0800 |
tree | 8672bb2693fccdb97eaad46c7d59ef3c2ff069bf | |
parent | 9e28393998d3d0733097306762f6d1c083fc92c6 [diff] |
[PATCH] nfsd: check for read-only exports before setting acls We must check for MAY_SATTR before setting acls, which includes checking for read-only exports: the lower-level setxattr operation that eventually sets the acl cannot check export-level restrictions. Bug reported by Martin Walter <mawa@uni-freiburg.de>. Signed-off-by: Andreas Gruenbacher <agruen@suse.de> Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>