acl bug

Ronan Waide waider at waider.ie
Mon Apr 7 15:22:34 GMT 2003


not sure if this is a bug or behaving as expected. Samba HEAD, ext3fs
+ ACL patches. Create a file from windows, and it gets the following
ACLs:

# file: New Text Document.txt
# owner: admin
# group: Domain Users
user::rwx
group::r--
other::r--

from windows, remove the Domain Users and Everyone ACLs:

# file: New Text Document.txt
# owner: calyx_admin
# group: Domain Users
user::rwx
group::r--
other::r--

from windows, add an arbitrary user:

# file: New Text Document.txt
# owner: admin
# group: Domain Users
user::rwx
user:waider:rwx
group::r--
mask::rwx
other::r--

delete the arbitrary user ACLs again:

# file: New Text Document.txt
# owner: admin
# group: Domain Users
user::rwx
group::r--
other::r--

set Everyone to No Access:
# file: New Text Document.txt
# owner: admin
# group: Domain Users
user::rwx
group::r--
other::r--

So basically it appears that I can't remove the "unix" ACLs,
i.e. access granted by chmod; other attribute frobbing appears to be
fine.

Cheers,
Waider.
-- 
waider at waider.ie / Yes, it /is/ very personal of me.

I'd fix it for you, but I don't want to break into your site.


More information about the samba-technical mailing list