From: Lasse Collin Date: Mon, 9 Oct 2023 19:28:49 +0000 (+0300) Subject: Docs: Update INSTALL about sandboxing support. X-Git-Tag: v5.5.1alpha~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa1609eb9393ecd30decfed4891c907829f06710;p=thirdparty%2Fxz.git Docs: Update INSTALL about sandboxing support. --- 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