-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Handle the new WSL filesystem path for the last Windows Build #17640
Copy link
Copy link
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Securitysecurity related areas such as JEAsecurity related areas such as JEA
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Securitysecurity related areas such as JEAsecurity related areas such as JEA
Summary of the new feature / enhancement
The PR #13120 added a feature on Windows so that the paths of scripts hosted in WSL are recognized as in the computer security zone.
Over the last builds of WSL, paths have been added:
WSL Release Change (default in bold)
WSL Build 20175 :
WSL/release-notes#build-20175
WSL Build 21354 :
WSL/release-notes#build-21354
#13106 is came back depending on Windows version and channel.
Proposed technical implementation details (optional)
PowerShell/src/System.Management.Automation/engine/Utils.cs
Line 736 in b5277c0