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.
This commit is contained in:
Nick Mathewson
2014-04-18 14:49:39 -04:00
parent eb896d5e6f
commit b8fe8ee748
2 changed files with 16 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
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.