Displaying 1 result from an estimated 1 matches for "tsmn".
Did you mean:
tsan
2009 Sep 27
1
samba ACL open-for-delete problem
...ber of
that group but deleting files and this directory.
After skiming through its source code, I did not find any ACL check at
function can_delete_file_in_directory() in file file_access.c.
Am I right?
The following is my ACL setting:
-bash-4.0$ getfacl Downloads/
# file: Downloads/
# owner: tsmn
# group: bt
user::rwx
group::r-x
group:smb_g0:rwx
mask::rwx
other::r-x
default:user::rwx
default:group::r-x
default:group:smb_g0:rwx
default:mask::rwx
default:other::r-x
-bash-4.0$ getfacl Downloads/aaa
# file: Downloads/aaa
# owner: tsmn
# group: bt
user::rw-
group::r-x...