tor/changes/11543
Nick Mathewson b8fe8ee748 Improved message when running sandbox on Linux without libseccomp
Previously we said "Sandbox is not implemented on this platform" on
Linux boxes without libseccomp.  Now we say that you need to build
Tor built with libseccomp. Fixes bug 11543; bugfix on 0.2.5.1-alpha.
2014-04-18 14:54:27 -04:00

9 lines
324 B
Plaintext

o Minor bugfixes:
- Improve the warning message when trying to enable the Linux
sandbox code on a Tor built without libseccomp. Instead of
saying "Sandbox is not implemented on this platform", we now
explain that we to need be built with libseccomp. Fixes bug
11543; bugfix on 0.2.5.1-alpha.