From d0ddd7193407af4162312469f19bd02af4d4bce1 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 14 Sep 2025 14:59:53 +0900 Subject: test/sandbox: bind /var/tmp writable This makes it possible to place markers with private tmpdir. Signed-off-by: Ophestra --- test/sandbox/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/sandbox/configuration.nix') diff --git a/test/sandbox/configuration.nix b/test/sandbox/configuration.nix index 977d8546..84065531 100644 --- a/test/sandbox/configuration.nix +++ b/test/sandbox/configuration.nix @@ -77,6 +77,11 @@ in }; commonPaths = [ + { + type = "bind"; + src = "/var/tmp"; + write = true; + } { type = "bind"; src = "/var/cache"; -- cgit v1.3.1