From c6a35c356dc41334bb412934a1b15d37ce3bba4c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 30 Apr 2005 12:28:25 +0000 Subject: r6533: Fix for bad comment from Andreas Gruenbacher . Jeremy. (This used to be commit 60325ab1281ebbe70665b5f763065ca60ee9f682) --- source3/smbd/posix_acls.c | 4 ++-- 1 file 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. -- cgit