]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Docs: Update INSTALL about sandboxing support.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 9 Oct 2023 19:28:49 +0000 (22:28 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 22 Oct 2023 16:03:52 +0000 (19:03 +0300)
INSTALL

diff --git a/INSTALL b/INSTALL
index c83e3f3bdf0a56bed45339c7633eda2a42b450e7..8e26363763323a569fd4d41a0cac5f7db55bfae1 100644 (file)
--- 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