Displaying 1 result from an estimated 1 matches for "skiming".
Did you mean:
skimming
2009 Sep 27
1
samba ACL open-for-delete problem
...has something wrong with ACL for
open-for-delete operation. I give a group of users full access, which
means rwx permission, to a directory and make this as the default ACL
for this directory. Then I found that I can do anthing as a member 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...