summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/system/images/wsl2.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/images/wsl2.scm b/gnu/system/images/wsl2.scm
index d9aaa1a2716..b772d7b635c 100644
--- a/gnu/system/images/wsl2.scm
+++ b/gnu/system/images/wsl2.scm
@@ -86,7 +86,7 @@ USER."
86 (setenv "WSLPATH" (getenv "PATH")) 86 (setenv "WSLPATH" (getenv "PATH"))
87 87
88 ;; /run is mounted with the nosuid flag by WSL. This prevents 88 ;; /run is mounted with the nosuid flag by WSL. This prevents
89 ;; running the /run/setuid-programs. Remount it without this flag 89 ;; /run/privileged/bin from working. Remount it without this flag
90 ;; as a workaround. See: 90 ;; as a workaround. See:
91 ;; https://github.com/microsoft/WSL/issues/8716. 91 ;; https://github.com/microsoft/WSL/issues/8716.
92 (mount #f "/run" #f 92 (mount #f "/run" #f