mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
images: wsl2: Update comment.
* gnu/system/images/wsl2.scm (wsl-boot-program): Update privileged program directory in a comment. Change-Id: I65906cbfbcd17ff164837ad293dc4324314bfcf1
This commit is contained in:
parent
fb1a8642ee
commit
7eddfea4a0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ (define (wsl-boot-program user)
|
|||
(setenv "WSLPATH" (getenv "PATH"))
|
||||
|
||||
;; /run is mounted with the nosuid flag by WSL. This prevents
|
||||
;; running the /run/setuid-programs. Remount it without this flag
|
||||
;; /run/privileged/bin from working. Remount it without this flag
|
||||
;; as a workaround. See:
|
||||
;; https://github.com/microsoft/WSL/issues/8716.
|
||||
(mount #f "/run" #f
|
||||
|
|
Loading…
Reference in a new issue