Bug 4972 - Unwanted Permission changes.
Summary: Unwanted Permission changes.
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.26a
Hardware: x64 Windows XP
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 04:18 UTC by Matthias Bender (dead mail address)
Modified: 2021-03-07 22:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Bender (dead mail address) 2007-09-13 04:18:05 UTC
Hello, 

I use ACLs on ext3 Filesystem.
When I create a File on the Linux-box the Samba-server runs on and I change the permissions that "everybody" has no access like
# chmod 740 
I am able to modify the file on a Windows-box and the permission for eveybody does not change. 
But when I change the ACLs with the Windows internal ACL-editor or I create a new file directly on the Windows-box allways the read-permission-bit for everyone is set and can't be revoked by the ACL-editor.
When I revoke it on the commandline on the Linux-box like
# chmod 740 
and I reopen and save the file on a Windows-box the old permissions where set again.

The share-Definition is:
[Documents]
        comment = Dresearch Internal Documents
        path = /srv/samba/data/Documents
        browseable = yes
        read only = no
        guest ok = no
        acl group control = yes
        map acl inherit = no
        inherit acls = no
        inherit owner = no
        inherit permissions = no
        admin users = DRESEARCH/Administrator
        writable = yes
Comment 1 Björn Jacke 2021-03-07 22:24:05 UTC
I'm closing this as this seems not to be a generic problem in more recent samba versions.