VirtualBox

Changeset 95318 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Jun 21, 2022 9:36:42 AM (3 years ago)
Author:
vboxsync
Message:

Additions: X11: allow shared folder to be mounted if it is represented as a symlink on the host side, bugref:9108.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/SharedFolderImpl.cpp

    r94912 r95318  
    293293
    294294        RTFSOBJINFO ObjInfo;
    295         vrc = RTPathQueryInfo(hostPathFull, &ObjInfo, RTFSOBJATTRADD_NOTHING);
     295        vrc = RTPathQueryInfoEx(hostPathFull, &ObjInfo, RTFSOBJATTRADD_NOTHING, RTPATH_F_FOLLOW_LINK);
    296296        if (RT_FAILURE(vrc))
    297297            return setError(E_INVALIDARG, tr("RTPathQueryInfo failed on shared folder path '%s': %Rrc"), hostPathFull, vrc);
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