Duplicate
Details
Details
Assignee
Triage Team
Triage TeamReporter
Delete Me
Delete MeLabels
Impact
Medium
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created February 1, 2021 at 7:31 PM
Updated July 1, 2022 at 5:14 PM
Resolved February 17, 2021 at 1:48 PM
I have a multi-user smb/afp share in SCALE, where i set ACLs so that all users within a group can write to it, and expect the newly created files/directories to inherit the share's group
However, this does not work for Mac SMB clients, the default group ACL is ignored, and files and directories are created with the users primary group. This is in contrast to CORE where the exact same setup works perfectly.
The problem is with that on linux, the share uses acl_xattr as the vfs object for storing ACLs, and this module forces force unknown acl user = true, which is the culprit.