From acb6931f3e4af62f92dc2ef85ef7c1ac9f7867e4 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 27 Aug 2025 20:40:30 +0900 Subject: app/seal: leave $DISPLAY as is on host abstract This helps work around faulty software that misinterprets unix: DISPLAY string. Signed-off-by: Ophestra --- test/sandbox/case/device.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sandbox/case/device.nix') diff --git a/test/sandbox/case/device.nix b/test/sandbox/case/device.nix index 831b6ab2..d0f62892 100644 --- a/test/sandbox/case/device.nix +++ b/test/sandbox/case/device.nix @@ -26,6 +26,7 @@ in useCommonPaths = true; userns = false; x11 = true; + hostAbstract = false; # 0, PresetStrict expectedFilter = { -- cgit v1.3.1