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