From: Jeremy Allison Date: Sat, 30 Apr 2005 12:28:25 +0000 (+0000) Subject: r6533: Fix for bad comment from Andreas Gruenbacher . X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~4901 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60325ab1281ebbe70665b5f763065ca60ee9f682;p=thirdparty%2Fsamba.git r6533: Fix for bad comment from Andreas Gruenbacher . Jeremy. --- diff --git a/source/smbd/posix_acls.c b/source/smbd/posix_acls.c index 0abdfdccd92..1e68900bd3b 100644 --- a/source/smbd/posix_acls.c +++ b/source/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.