ladybird/Libraries/LibSandbox
Aliaksandr Kalenik 724ca7cc24 LibSandbox: Allow TCGETS2 fd queries
WebContent is about to stop using the broad GPU device sandbox
allowance. That also removes the accidental permission for every ioctl,
which exposes ordinary terminal attribute queries made while printing
diagnostics.

The media decode error path can ask stderr for TCGETS2 while reporting a
corrupt video frame. Allow that narrow fd metadata query alongside
TCGETS, FIONBIO, and FIONREAD so renderer processes can keep the GPU
ioctl denial without crashing the media decode-error coverage.
2026-06-18 10:25:44 +02:00
..
CMakeLists.txt LibSandbox: Add reusable sandbox building blocks 2026-06-09 19:35:09 +02:00
Sandbox.cpp LibSandbox: Add macOS service sandboxing 2026-06-10 21:16:41 +02:00
Sandbox.h LibSandbox: Add macOS service sandboxing 2026-06-10 21:16:41 +02:00
Seccomp.cpp LibSandbox: Allow TCGETS2 fd queries 2026-06-18 10:25:44 +02:00
Seccomp.h LibSandbox: Return ENOENT for getcwd() instead of trapping 2026-06-16 01:03:43 +02:00