unshare: map user
Some checks failed
CI / build (pull_request) Failing after 5m51s

This commit is contained in:
2025-12-25 15:57:57 +01:00
parent c8938fcb02
commit f498e13458

View File

@@ -171,6 +171,9 @@ impl UnshareDriver {
cmd.envs(env.iter().cloned());
cmd.arg("--mount-proc")
.arg("-map-auto")
.arg("--map-user=65536")
.arg("--map-group=65536")
.arg("--pid")
.arg("--ipc")
.arg("--uts")