ladybird/Services
Andreas Kling c38d03ba25 Compositor: Allow sandboxed font resource reads
Compositor still needs to decode font resources from display-list IPC
after startup. Let its sandbox grant read-only access to configured font
directories and bundled resource fonts through Landlock, and allow
read-only open plus metadata syscalls in the seccomp policy.

Preload the same font directories before installing the sandbox so the
Compositor can handle display lists that reference system-backed fonts.
The full test-web suite completes without Compositor sandbox crashes.
2026-06-09 19:35:09 +02:00
..
Compositor Compositor: Allow sandboxed font resource reads 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