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

Allow reads for resolver and TLS configuration, plus the configured
certificate locations. Create and allow writes to the Ladybird cache
root, so libcurl alt-svc files and HTTP disk-cache files stay inside the
single writable tree. Also allow the systemd-resolved runtime directory
when present, since /etc/resolv.conf can point there.

Extend LibSandbox with owned Landlock paths, an add-if-exists helper,
read/write Landlock access, and reusable seccomp groups for filesystem
writes and network syscalls. Include POSIX file locks and socket byte
count ioctls needed by libc resolver and cache paths. Reuse the new
Landlock helper from Compositor as well, and allow its Mesa shader cache
directory so GPU startup can populate shader cache files after
sandboxing.
2026-06-09 19:35:09 +02:00
..
Compositor RequestServer: 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 RequestServer: Sandbox the process on Linux 2026-06-09 19:35:09 +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