ladybird/Libraries/LibSandbox
Andreas Kling 784ca98041 LibSandbox: Allow listing read-write directories
Include directory read access in Landlock read-write directory rules.
Without it, paths such as /dev/dri could be writable but not enumerable
after sandboxing, which made Mesa fail while probing GPU devices.

Allow the Compositor to open /dev/udmabuf as well when the device is
present, matching the other GPU device nodes exposed to the process.
2026-06-19 19:12:26 +02:00
..
CMakeLists.txt LibSandbox: Add reusable sandbox building blocks 2026-06-09 19:35:09 +02:00
Sandbox.cpp LibSandbox: Allow listing read-write directories 2026-06-19 19:12:26 +02:00
Sandbox.h LibSandbox: Dont expand landlock file access to entire directory 2026-06-19 13:40:17 +02:00
Seccomp.cpp Compositor: Allow GPU driver executable mappings on Linux 2026-06-19 19:12:26 +02:00
Seccomp.h Compositor: Allow GPU driver executable mappings on Linux 2026-06-19 19:12:26 +02:00