aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-10-09 22:28:49 +0300
committerLasse Collin <lasse.collin@tukaani.org>2023-10-22 19:03:52 +0300
commitfa1609eb9393ecd30decfed4891c907829f06710 (patch)
treeee9935be08c137abd738d5bfc6a8b683a615c638 /INSTALL
parentxz: Support basic sandboxing with Linux Landlock (ABI versions 1-3). (diff)
downloadxz-fa1609eb9393ecd30decfed4891c907829f06710.tar.xz
Docs: Update INSTALL about sandboxing support.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index c83e3f3b..8e263637 100644
--- a/INSTALL
+++ b/INSTALL
@@ -541,7 +541,7 @@ XZ Utils Installation
no Disable sandboxing support.
capsicum
- Use Capsicum (FreeBSD >= 10) for
+ Use Capsicum (FreeBSD >= 10.2) for
sandboxing. If no Capsicum support
is found, configure will give an error.
@@ -549,6 +549,11 @@ XZ Utils Installation
sandboxing. If pledge(2) isn't found,
configure will give an error.
+ landlock
+ Use Landlock (Linux >= 5.13) for
+ sandboxing. If no Landlock support
+ is found, configure will give an error.
+
--enable-symbol-versions
Use symbol versioning for liblzma. This is enabled by
default on GNU/Linux, other GNU-based systems, and