diff options
author | Peter Palfrader <peter@palfrader.org> | 2015-06-02 20:06:49 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-02 14:20:01 -0400 |
commit | a68e5323f809056cae9fcefc06357f9646595d89 (patch) | |
tree | 2706e23ccaa578ef508ef2ed7c26150a607ae73c /changes | |
parent | 97330ced0c2e0eeae9bb2bc576bb72190237819d (diff) | |
download | tor-a68e5323f809056cae9fcefc06357f9646595d89.tar.gz tor-a68e5323f809056cae9fcefc06357f9646595d89.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16244 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug16244 b/changes/bug16244 new file mode 100644 index 0000000000..00bc557983 --- /dev/null +++ b/changes/bug16244 @@ -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. + |