Hi, I stumbled upon a problem where group permissions seem to be ignored. Let’s consider the following scenario:
- User U1, a member of group G, creates a file.
- The file is owned by U1 and group G.
- Group G has full control set in ACL.
- User U2, also a member of group G, tries to remove the file.
- User U2 encounters a permission error.
Since both users are members of the same group, which has full control over the file, and the file is owned by that group - shouldn’t U2 be able to remove the file? Right now it seems this does not work for some reason.