Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]>. Signed-off-by: Andreas Gruenbacher <[email protected]> Acked-by: Trond Myklebust <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information