Changeset 70726 in vbox for trunk/include
- Timestamp:
- Jan 24, 2018 1:58:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r69107 r70726 484 484 pDst->BirthTime = pSrc->BirthTime; 485 485 pDst->Attr.fMode = pSrc->Attr.fMode; 486 /* Clear bits which we don't pass through for security reasons. */ 487 pDst->Attr.fMode &= ~(RTFS_UNIX_ISUID | RTFS_UNIX_ISGID | RTFS_UNIX_ISTXT); 486 488 RT_ZERO(pDst->Attr.u); 487 489 switch (pSrc->Attr.enmAdditional)
Note:
See TracChangeset
for help on using the changeset viewer.