Can a user with ACL ownership to a file that is owned by a different user can change the permissions of the file?
I have a directory owned by user A and I have provided ACLs for user B (see below), but user B is not able to change the permissions of a newly created files under the directory? any ideas.
chmod -R A+user:<user B>:list_directory/read_data/add_file/write_data/add_subdirectory/append_data/read_xattr/write_xattr/execute/delete_child/read_attributes/write_attributes/read_acl/write_acl/write_owner/synchronize:allow <file path>