Displaying 1 result from an estimated 1 matches for "rw_group".
Did you mean:
ro_group
2023 Aug 30
0
smbcacls and inheritance does not work as expected
....
My goal is, (1) to create a new Set of ACLs at directory "HERE" and (2) "set" the Windows checkbox "Replace all child object permission entries with inheritable permission entries from this object"
My command looks like:
smbcacls //mynas/share1 some/path/HERE -SACL:rw_group:ALLOWED/CI|OI/CHANGE,ACL:ro_group:ALLOWED/CI|OI/READ --propagate-inheritance -I allow #omitted credentialstuff
part (1) does work - all inherited permissions from "share1", "some" and "path" are dropped on directory "HERE" and replaced by the two groups.
par...