-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FileManagement: Trace symlink paths across rootfs
Non-rootfs paths might contain a path component that links to the rootfs. This is the case with Wine's `dosdevices/z:` which links to /. To handle this, we need to trace the path component by component and resolve each potential symlink (except the last one, which is already handled by the existing logic if FollowSymlink is true). Signed-off-by: Asahi Lina <[email protected]>
- Loading branch information
Showing
1 changed file
with
153 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters