VirtualBox

Changeset 18903 in vbox for trunk/src/VBox/Runtime/r3/fs.cpp


Ignore:
Timestamp:
Apr 15, 2009 12:30:57 PM (16 years ago)
Author:
vboxsync
Message:

Runtime: rather ugly hack to force execute permissions on windows host, important for linux/solaris shared folders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/fs.cpp

    r14058 r18903  
    8686                fMode |= RTFS_UNIX_IXUSR | RTFS_UNIX_IXGRP | RTFS_UNIX_IXOTH;
    8787        }
     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
    8893    }
    8994    /* writable? */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette