WEFT_OS/crates/weft-appd/src
Marco Allegretti 379d0886bd fix(appd): set WEFT_DISABLE_CGROUP in supervisor test
In environments where XDG_RUNTIME_DIR/systemd/private exists but the
user systemd session is not functional, systemd_cgroup_available()
returns true and the test script is wrapped with systemd-run, which
fails immediately, causing ChildStdout to return EOF before READY.

Set WEFT_DISABLE_CGROUP=1 for the duration of the test and restore
it on exit.
2026-03-12 20:16:58 +01:00
..
compositor_client.rs feat(appd): add compositor IPC client; send AppSurfaceCreated/Destroyed on session lifecycle 2026-03-11 14:40:55 +01:00
ipc.rs feat: appd IPC relay, WIT interfaces, UI kit, gesture routing, and CI hardening 2026-03-12 12:49:45 +01:00
main.rs fix(appd): set WEFT_DISABLE_CGROUP in supervisor test 2026-03-12 20:16:58 +01:00
mount.rs feat(appd): MountOrchestrator -- EROFS+dm-verity image mount on app launch 2026-03-11 15:47:23 +01:00
runtime.rs feat: appd IPC relay, WIT interfaces, UI kit, gesture routing, and CI hardening 2026-03-12 12:49:45 +01:00
ws.rs fix(appd): downgrade WS parse failure from warn to debug 2026-03-11 18:36:32 +01:00