r6533: Fix for bad comment from Andreas Gruenbacher <agruen@suse.de>.
authorJeremy Allison <jra@samba.org>
Sat, 30 Apr 2005 12:28:25 +0000 (12:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:44 +0000 (10:56 -0500)
Jeremy.

source/smbd/posix_acls.c

index 0abdfdccd92fc0b3c292c97c947f9cd31a11e6ed..1e68900bd3b97f4ccf99d44b91e81bb564bbde6e 100644 (file)
@@ -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.