VirtualBox

Ignore:
Timestamp:
Dec 12, 2011 3:55:57 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75350
Message:

Shared folders: disallow following symbolic links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r39544 r39586  
    4242#endif
    4343
    44 #define SHFL_RT_LINK(pClient) ((pClient)->fu32Flags & SHFL_CF_SYMLINKS ? RTPATH_F_ON_LINK : RTPATH_F_FOLLOW_LINK)
     44// never follow symbolic links */
     45//#define SHFL_RT_LINK(pClient) ((pClient)->fu32Flags & SHFL_CF_SYMLINKS ? RTPATH_F_ON_LINK : RTPATH_F_FOLLOW_LINK)
     46#define SHFL_RT_LINK(pClient) (RTPATH_F_ON_LINK)
    4547
    4648/**
Note: See TracChangeset for help on using the changeset viewer.

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