On 2023-01-06 07:23, Ondrej Valousek wrote:
> - && qset_acl (dst_name, dest_desc, restrictive_temp_mode) != 0)
> + && chmod_or_fchmod (dst_name, dest_desc, restrictive_temp_mode) != 0)
Doesn't this sort of change require the qcopy-acl.c change in Gnulib? If
so, we need to wait for that Gnulib change before installing this
change, right? Otherwise we won't be copying ACLs correctly.