From d4284c109d593fa1413a162734b3db5134c66d19 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 18 Oct 2025 04:25:40 +0900 Subject: internal/app/spruntime: emulate pam_systemd type This sets XDG_SESSION_TYPE to the corresponding values specified in pam_systemd(8) according to enablements. 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 d5072321..22a9a22c 100644 --- a/test/sandbox/case/mapuid.nix +++ b/test/sandbox/case/mapuid.nix @@ -54,7 +54,7 @@ in "WAYLAND_DISPLAY=wayland-0" "XDG_RUNTIME_DIR=/run/user/1000" "XDG_SESSION_CLASS=user" - "XDG_SESSION_TYPE=tty" + "XDG_SESSION_TYPE=wayland" ]; fs = fs "dead" { -- cgit v1.3.1