Changeset 55
- Timestamp:
- Aug 7, 2007, 6:54:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/smbd/posix_acls.c
r39 r55 4290 4290 (unsigned int)access_mask, fname )); 4291 4291 4292 #ifndef __OS2__ 4293 /* Samba always runs as root on OS/2 */ 4292 4294 if (current_user.ut.uid == 0 || conn->admin_user) { 4293 4295 /* I'm sorry sir, I didn't know you were root... */ 4294 4296 return True; 4295 4297 } 4296 4298 #endif 4297 4299 if (!VALID_STAT(*psbuf)) { 4298 4300 /* Get the file permission mask and owners. */
Note:
See TracChangeset
for help on using the changeset viewer.