Changeset 228 for branches/samba-3.2.x/source/smbd/posix_acls.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/smbd/posix_acls.c
r204 r228 3222 3222 } 3223 3223 3224 #if 0 3225 /* Disable this - prevents ACL inheritance from the ACL editor. JRA. */ 3226 3224 3227 /**************************************************************************** 3225 3228 Take care of parent ACL inheritance. … … 3414 3417 return status; 3415 3418 } 3419 #endif 3416 3420 3417 3421 /**************************************************************************** … … 3526 3530 create_file_sids(&sbuf, &file_owner_sid, &file_grp_sid); 3527 3531 3532 #if 0 3533 /* Disable this - prevents ACL inheritance from the ACL editor. JRA. */ 3534 3535 /* See here: http://www.codeproject.com/KB/winsdk/accessctrl2.aspx 3536 * for details and also the log trace in bug #4308. JRA. 3537 */ 3538 3528 3539 if ((security_info_sent & DACL_SECURITY_INFORMATION) && 3529 3540 psd->dacl != NULL && … … 3537 3548 } 3538 3549 } 3550 #endif 3539 3551 3540 3552 acl_perms = unpack_canon_ace( fsp, &sbuf, &file_owner_sid, &file_grp_sid,
Note:
See TracChangeset
for help on using the changeset viewer.