ladybird/Libraries/LibSandbox
Callum Law 3fa446f68e LibSandbox: Dont expand landlock file access to entire directory
Previously passing a file path (rather than a directory) to
`add_landlock_path_if_exists` would grant access to the containing
directory - this was a bit of a footgun.

We now only grant access to exactly the path requested, which is in line
with how the MacOS implementation works as well.
2026-06-19 13:40:17 +02:00
..
CMakeLists.txt LibSandbox: Add reusable sandbox building blocks 2026-06-09 19:35:09 +02:00
Sandbox.cpp LibSandbox: Dont expand landlock file access to entire directory 2026-06-19 13:40:17 +02:00
Sandbox.h LibSandbox: Dont expand landlock file access to entire directory 2026-06-19 13:40:17 +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