From 5fbef935b61de5c82239e7703066fb9f97383c37 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Thu, 25 Dec 2025 01:10:52 +0100 Subject: [PATCH] unshare: test without proc --- src/context/unshare.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/unshare.rs b/src/context/unshare.rs index 5c6b71d..5b9d04b 100644 --- a/src/context/unshare.rs +++ b/src/context/unshare.rs @@ -170,7 +170,7 @@ impl UnshareDriver { cmd.envs(env.iter().cloned()); - cmd.arg("--mount-proc") + cmd .arg("--pid") .arg("--ipc") .arg("--uts")