Docs: Update INSTALL about sandboxing support.

This commit is contained in:
Lasse Collin 2023-10-09 22:28:49 +03:00
parent 8276c7f41c
commit fa1609eb93
1 changed files with 6 additions and 1 deletions

View File

@ -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