diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2016-12-28 21:05:22 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2016-12-28 21:05:22 +0200 |
commit | 9ccbae41000572193b9a09e7102f9e84dc6d96de (patch) | |
tree | 2f9a975f8d2de8d7faa38638e16ea92a38735660 /INSTALL | |
parent | liblzma: Avoid multiple definitions of lzma_coder structures. (diff) | |
download | xz-9ccbae41000572193b9a09e7102f9e84dc6d96de.tar.xz |
Mention potential sandboxing bugs in INSTALL.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -401,7 +401,10 @@ XZ Utils Installation --enable-sandbox=METHOD This feature is EXPERIMENTAL in the XZ Utils 5.2.x and - disabled by default. + disabled by default. If you test this, look especially + if message translations and locale-specific decimal and + thousand separators (e.g. xz --list foo.xz) work the + same way as they do without sandboxing. There is limited sandboxing support in the xz tool. If built with sandbox support, it's used automatically when |