From 699c19e972a3cbcc714403aedffcb5ff74386cfc Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 19 Oct 2025 03:53:20 +0900 Subject: hst/container: optional runtime and tmpdir sharing Sharing and persisting these directories do not always make sense. Make it optional here. Closes #16. Signed-off-by: Ophestra --- test/sandbox/case/mapuid.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/sandbox/case/mapuid.nix') diff --git a/test/sandbox/case/mapuid.nix b/test/sandbox/case/mapuid.nix index b3caf9da..1e007f1d 100644 --- a/test/sandbox/case/mapuid.nix +++ b/test/sandbox/case/mapuid.nix @@ -36,6 +36,8 @@ in userns = false; x11 = false; hostAbstract = false; + shareRuntime = true; + shareTmpdir = true; # 0, PresetStrict expectedFilter = { -- cgit v1.3.1