From 83c4f8b767c31734a7e465e49ee0e23487ac22ca Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 14 Sep 2025 15:12:09 +0900 Subject: test/sandbox: check extra writable paths This is not always obvious from mountinfo. Signed-off-by: Ophestra --- test/sandbox/case/mapuid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sandbox/case/mapuid.nix') diff --git a/test/sandbox/case/mapuid.nix b/test/sandbox/case/mapuid.nix index 1c39fc19..d5072321 100644 --- a/test/sandbox/case/mapuid.nix +++ b/test/sandbox/case/mapuid.nix @@ -73,7 +73,7 @@ in ptmx = fs "80001ff" null null; pts = fs "800001ed" { ptmx = fs "42001b6" null null; } null; random = fs "42001b6" null null; - shm = fs "801001ff" { ".hakurei-check" = fs "180" null null; } null; + shm = fs "801001ff" { } null; stderr = fs "80001ff" null null; stdin = fs "80001ff" null null; stdout = fs "80001ff" null null; -- cgit v1.3.1