Email or username:

Password:

Forgot your password?
Top-level
Herzenschein++ 🩵⭐

@pid_eins Could this isolated environment ever be a problem (e.g. a process expecting some environment context that's suddenly not there)?

4 comments
Lennart Poettering

@herzenschein if there are env vars you want to pass through there is the --setenv= switch which you can use to set env vars explicitly or copy them from the client side.

$DISPLAY we won't copy by default, if that's what you are asking, because it's not 1995 anymore.

Herzenschein++ 🩵⭐

@pid_eins Right. My question is mostly about consumption: if a distribution could safely recommend replacing sudo with run0 without things breaking, and if a user could safely replace sudo with run0 without major workflow changes.

Lennart Poettering

@herzenschein well, we do not take over the "sudo" name, hence it is definitely not a "drop-in" replacement. But if you replace any invocation of sudo with run0 you should be mostly ok.

Go Up