Displaying 1 result from an estimated 1 matches for "supachots".
Did you mean:
snpashots
2018 Jun 14
2
Weird permissions issues with samba shares and XFS
...me
"NT_STATUS_ACCESS_DENIED
listing \*" as well
But:
$ ls -l /storage/test/
drwxrwxr-x+ 2 root domain_admins 6 Jun 14 10:37 bar
drwxrwxr-x+ 2 root domain_admins 6 Jun 14 10:37 foo
$ getfactl /storage/test/bar
# file: storage/test/bar/
# owner: root
# group: domain_admins
user::rwx
user:supachots:rwx
group::r-x
group:domain_users:r-x
mask::rwx
other::r-x
$ getfacl /storage/test/foo/
# file: storage/test/foo
# owner: root
# group: domain_admins
user::rwx
user:supachots:rwx
group::r-x
group:domain_users:r-x
mask::rwx
other::r-x
If instead of doing `mkdir foo` + setting up ACL/permissions, I...