From f8502c3ece1ff53b244326e341b166174f7f5d79 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 27 Mar 2025 03:16:33 +0900 Subject: test/sandbox: check environment Signed-off-by: Ophestra --- test/sandbox/case/mapuid.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test/sandbox/case/mapuid.nix') diff --git a/test/sandbox/case/mapuid.nix b/test/sandbox/case/mapuid.nix index eb042e8c..bf9837d4 100644 --- a/test/sandbox/case/mapuid.nix +++ b/test/sandbox/case/mapuid.nix @@ -9,6 +9,19 @@ mapRealUid = true; want = { + env = [ + "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus" + "HOME=/var/lib/fortify/u0/a3" + "PULSE_SERVER=unix:/run/user/1000/pulse/native" + "SHELL=/run/current-system/sw/bin/bash" + "TERM=linux" + "USER=u0_a3" + "WAYLAND_DISPLAY=wayland-0" + "XDG_RUNTIME_DIR=/run/user/1000" + "XDG_SESSION_CLASS=user" + "XDG_SESSION_TYPE=tty" + ]; + fs = fs "dead" { ".fortify" = fs "800001ed" { etc = fs "800001ed" null null; -- cgit v1.3.1