Changeset 18903 in vbox for trunk/src/VBox/Runtime/r3/fs.cpp
- Timestamp:
- Apr 15, 2009 12:30:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/fs.cpp
r14058 r18903 86 86 fMode |= RTFS_UNIX_IXUSR | RTFS_UNIX_IXGRP | RTFS_UNIX_IXOTH; 87 87 } 88 #ifdef RT_OS_WINDOWS 89 /** @todo this is a very ugly hack to work around guest additions in 90 * linux/solaris VMs on windows host not showing execute permission. */ 91 fMode |= RTFS_UNIX_IXUSR | RTFS_UNIX_IXGRP | RTFS_UNIX_IXOTH; 92 #endif 88 93 } 89 94 /* writable? */
Note:
See TracChangeset
for help on using the changeset viewer.