On 2023-05-15 09:43, Ondrej Valousek wrote:
you are not checking for presence of this string in the output of the listxattr() - unless I am blind.
Don't these lines of file-has-acl.c check for that?
bool nfsv4_acl = 0 < listsize && have_xattr (XATTR_NAME_NFSV4_ACL, listbuf, listsize);