diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-12-20 22:19:19 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-12-21 20:53:27 +0800 |
commit | 4e1c695676bafbaecc9fb307f6ee94138ae72c12 (patch) | |
tree | 23f87a256f96c9763878c062a6b080a469c92bc0 | |
parent | CMake: Move sandbox detection outside of xz section. (diff) | |
download | xz-4e1c695676bafbaecc9fb307f6ee94138ae72c12.tar.xz |
Docs: Update --enable-sandbox option in INSTALL.
xzdec now also uses the sandbox when its configured.
-rw-r--r-- | INSTALL | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -523,13 +523,16 @@ XZ Utils Installation if any -fsanitize= option is specified in CFLAGS. --enable-sandbox=METHOD - There is limited sandboxing support in the xz tool. If - built with sandbox support, it's used automatically when - (de)compressing exactly one file to standard output and - the options --files or --files0 weren't used. This is a - common use case, for example, (de)compressing .tar.xz - files via GNU tar. The sandbox is also used for - single-file 'xz --test' or 'xz --list'. + There is limited sandboxing support in the xz and xzdec + tools. If built with sandbox support, xz uses it + automatically when (de)compressing exactly one file to + standard output when the options --files or --files0 aren't + used. This is a common use case, for example, + (de)compressing .tar.xz files via GNU tar. The sandbox is + also used for single-file 'xz --test' or 'xz --list'. + xzdec always uses the sandbox, except when more than one + file are decompressed. In this case it will enable the + sandbox for the last file that is decompressed. Supported METHODs: |