Skip to content

Dont ignore ACL_DELETE

Ömer Fadıl Usta requested to merge work/fix_acl_delete into master

While the acl copy part I have seen this missing part.

IMPORTANT : Need testing on BSD systems

The history of that chat was :

usta isnt this ignoring acl_from_mode part ? I mean not sure but i think we need to check if it is nullptr or not before assigning it otherwise we will ignore the acl_from_mode part.

arrowd You seem to be right. I blamed the code down to svn->git import and this bug was present all the time. To properly fix this I'd start with a test for KIO::chmod job that changes ACL permissions, but I can't test this on FreeBSD as we don't have acl_from_mode.

Merge request reports