Changeset 21256 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Jul 6, 2009 3:01:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r20346 r21256 1743 1743 1744 1744 #ifndef RT_OS_WINDOWS 1745 /* don't allowto clear the own bit, otherwise the guest wouldn't be1746 * able to access this file anymore */1747 if (fMode )1745 /* Don't allow the guest to clear the own bit, otherwise the guest wouldn't be 1746 * able to access this file anymore. Only for guests, which set the UNIX mode. */ 1747 if (fMode & RTFS_UNIX_MASK) 1748 1748 fMode |= RTFS_UNIX_IRUSR; 1749 1749 #endif
Note:
See TracChangeset
for help on using the changeset viewer.