VirtualBox

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


Ignore:
Timestamp:
Apr 24, 2009 3:35:54 PM (16 years ago)
Author:
vboxsync
Message:

Shared folders: less ugly solution for making execute bits set on windows host.

File:
1 edited

Legend:

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

    r18903 r19171  
    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
    9388    }
    9489    /* 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