Fix sandboxing to work when running as a relay

This includes correctly allowing renaming secret_id_key and allowing the
eventfd2 and futex syscalls.  Fixes bug 16244; bugfix on 0.2.6.1-alpha.
This commit is contained in:
Peter Palfrader
2015-06-02 20:06:49 +02:00
committed by Nick Mathewson
parent 97330ced0c
commit a68e5323f8
3 changed files with 10 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor bugfixes (sandbox, relay):
- Fix sandboxing to work when running as a relay again. This
includes correctly allowing renaming secret_id_key and
allowing the eventfd2 and futex syscalls.
Fixes bug 16244; bugfix on 0.2.6.1-alpha.
Patch by Peter Palfrader.