Ignore:
Timestamp:
Jan 15, 2010, 8:23:30 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.10 (source)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/smbd/posix_acls.c

    r342 r370  
    930930                        nt_mask |= ((perms & S_IWUSR) ? UNIX_ACCESS_W : 0 );
    931931                        nt_mask |= ((perms & S_IXUSR) ? UNIX_ACCESS_X : 0 );
     932                }
     933                if ((perms & S_IWUSR) && lp_dos_filemode(snum)) {
     934                        nt_mask |= (WRITE_DAC_ACCESS|WRITE_OWNER_ACCESS);
    932935                }
    933936        }
Note: See TracChangeset for help on using the changeset viewer.