1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

r6533: Fix for bad comment from Andreas Gruenbacher <agruen@suse.de>.

Jeremy.
This commit is contained in:
Jeremy Allison 2005-04-30 12:28:25 +00:00 committed by Gerald (Jerry) Carter
parent ed27740397
commit 60325ab128

View 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.