svn commit: samba r6533 - in branches/SAMBA_3_0/source/smbd: .

jra at samba.org jra at samba.org
Sat Apr 30 12:28:26 GMT 2005


Author: jra
Date: 2005-04-30 12:28:25 +0000 (Sat, 30 Apr 2005)
New Revision: 6533

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6533

Log:
Fix for bad comment from Andreas Gruenbacher <agruen at suse.de>.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/posix_acls.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/posix_acls.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/posix_acls.c	2005-04-30 12:28:13 UTC (rev 6532)
+++ branches/SAMBA_3_0/source/smbd/posix_acls.c	2005-04-30 12:28:25 UTC (rev 6533)
@@ -2005,8 +2005,8 @@
  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.
 



More information about the samba-cvs mailing list