unshare: fix options
Some checks failed
CI / build (pull_request) Failing after 5m27s

This commit is contained in:
2025-12-25 16:23:53 +01:00
parent 616aee9ac0
commit 2e1bb6603d

View File

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