diff options
author | Jeremy Allison <jra@samba.org> | 2005-04-30 12:28:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:44 -0500 |
commit | c6a35c356dc41334bb412934a1b15d37ce3bba4c (patch) | |
tree | d51a5506e9459334dcac8cbb7d57192f6274d175 | |
parent | 3a11fdc3877c5cac861d5f680ae7b8bfa0e9d4c0 (diff) | |
download | samba-c6a35c356dc41334bb412934a1b15d37ce3bba4c.tar.gz samba-c6a35c356dc41334bb412934a1b15d37ce3bba4c.tar.bz2 samba-c6a35c356dc41334bb412934a1b15d37ce3bba4c.zip |
r6533: Fix for bad comment from Andreas Gruenbacher <agruen@suse.de>.
Jeremy.
(This used to be commit 60325ab1281ebbe70665b5f763065ca60ee9f682)
-rw-r--r-- | source3/smbd/posix_acls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index 0abdfdccd9..1e68900bd3 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -2005,8 +2005,8 @@ static BOOL unpack_canon_ace(files_struct *fsp, then a simple POSIX permission of rw-r--r-- should really map to 5 entries, Entry 0: owner : deny all except read and write. - Entry 1: group : deny all except read. - Entry 2: owner : allow read and write. + Entry 1: owner : allow read and write. + Entry 2: group : deny all except read. Entry 3: group : allow read. Entry 4: Everyone : allow read. |