[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nfsv4] re: ACL and Posix Mode bit interaction
- How a server uses Mode and ACL for permission checking?
- If there is an ACL for the file
- use the ACL and ignore the Mode bits
else /* empty ACL, as above */
- use the Mode bits
The Apollo file system tried to keep mode bits and acl in sync, and it was
horribly confusing. Afs ignores the mode bits and just uses the acl, and it
works much better, in my opinion. So I agree with Rick on this one.
_______________________________________________
nfsv4 mailing list
nfsv4 at ietf.org
https://www1.ietf.org/mailman/listinfo/nfsv4