all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Guix on WSL -- unable to run sudo or any program under /run/setuid-programs
@ 2024-02-08 19:08 Mbk Kamble
  0 siblings, 0 replies; only message in thread
From: Mbk Kamble @ 2024-02-08 19:08 UTC (permalink / raw)
  To: help-guix

Hello,
   After using Guix system as my distro-of-choice on a dedicated laptop, I
wanted to keep using it as a distro under WSL on my work laptop.
So following the blog post on https://wiki.systemcrafters.net/guix/wsl/ , I
installed Guix. However, I am stumped that I cannot execute programs under
/run/setuid-programs/.
Eg. running sudo give the following error

> sh>  sudo -s
> sudo: effective uid is not 0, is /run/setuid-programs/sudo on a file
> system with the 'nosuid' option set or an NFS file system without root
> privileges?


This page : setuid binaries don't work when installed in `/run` · Issue
#8716 · microsoft/WSL · GitHub
<https://github.com/microsoft/WSL/issues/8716> mentions that "WSL mounts
/run as nosuid" (and noexec too). I verified that.

> sh> mount|grep run
> none on /run type tmpfs (rw,nosuid,nodev,mode=755)
> none on /run/lock type tmpfs (rw,nosuid,nodev,noexec,noatime)
> none on /run/shm type tmpfs (rw,nosuid,nodev,noatime)
> none on /run/user type tmpfs (rw,nosuid,nodev,noexec,noatime,mode=755)


How can I solve this problem?

-Milind

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-08 20:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-08 19:08 Guix on WSL -- unable to run sudo or any program under /run/setuid-programs Mbk Kamble

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.