Description
getfacl command will print all the entries including basic and extended entries, mask entries and effective permissions.
But, getAclStatus FileSystem API will return only extended ACL entries set by the user. But this will not include the mask entry as well as effective permissions.
To benefit the client using API, better to include 'mask' entry and effective permissions in the return list of entries.
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-7177 Add an option to include minimal ACL in getAclStatus return
- Resolved
- relates to
-
HADOOP-10220 Add ACL indicator bit to FsPermission.
- Resolved
-
HDFS-5923 Do not persist the ACL bit in the FsPermission
- Resolved
-
HDFS-5932 Ls should display the ACL bit
- Resolved
-
HDFS-6326 WebHdfs ACL compatibility is broken
- Closed
-
HDFS-4685 Implementation of ACLs in HDFS
- Closed