Hi =)
Reading this blog about NFSv4 ACL's, it is not clear to me, what the difference between "extended attributes" and "acl":
From my understanding, then are the ACL's stored in the extended attributes.
Question
If that is true, why are there then _xattr and _acl ?
Reading this blog about NFSv4 ACL's, it is not clear to me, what the difference between "extended attributes" and "acl":
Code:
read_xattr: Ability to read extended attributes
write_xattr: Ability to write extended attributes
read_acl: Ability to read the ACL
write_acl: Ability to modify the ACL (needed to use chmod or setfacl)
From my understanding, then are the ACL's stored in the extended attributes.
Question
If that is true, why are there then _xattr and _acl ?