ladybird/Services
Andreas Kling a69fd61eaf Compositor: Sandbox the process on Linux
Add opt-in Linux sandbox support to Compositor. Ladybird and test-web
pass --enable-sandbox through when requested, and Compositor only
installs the sandbox when that flag is present.

Install the sandbox after Compositor has initialized platform, font, and
GPU state so startup probing can complete before filesystem access is
removed. Compose the runtime seccomp policy from LibSandbox building
blocks and add an explicit GPU device operations group for driver IPC
through already-open descriptors.
2026-06-09 19:35:09 +02:00
..
Compositor Compositor: Sandbox the process on Linux 2026-06-09 19:35:09 +02:00
ImageDecoder LibSandbox: Add reusable sandbox building blocks 2026-06-09 19:35:09 +02:00
RequestServer LibCore: Keep main event loops alive 2026-06-05 09:18:39 +02:00
WebContent LibWeb: Remove unused test variant metadata API 2026-06-09 16:48:33 +02:00
WebDriver Services: Use direct references to main event loops 2026-06-05 09:18:39 +02:00
WebWorker LibCore: Keep main event loops alive 2026-06-05 09:18:39 +02:00
CMakeLists.txt Compositor+LibWebView+WebContent: Scaffold opt-in Compositor process 2026-05-22 19:50:42 +01:00