xz/src
Lasse Collin 374868d81d xz: Move sandboxing code to sandbox.c and improve Landlock sandbox.
Landlock is now always used just like pledge(2) is: first in more
permissive mode and later (under certain common conditions) in
a strict mode that doesn't allow opening more files.

I put pledge(2) first in sandbox.c because it's the simplest API
to use and still somewhat fine-grained for basic applications.
So it's the simplest thing to understand for anyone reading sandbox.c.
2024-02-17 23:07:35 +02:00
..
common Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
liblzma liblzma: Avoid implementation-defined behavior in the RISC-V filter. 2024-02-17 16:01:32 +02:00
lzmainfo Build: Install translated lzmainfo man pages. 2024-02-17 16:23:14 +02:00
scripts Scripts: Add lz4 support to xzgrep and xzdiff. 2024-02-14 18:31:16 +02:00
xz xz: Move sandboxing code to sandbox.c and improve Landlock sandbox. 2024-02-17 23:07:35 +02:00
xzdec Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
Makefile.am Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00