diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-15 10:13:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-15 10:13:11 -0400 |
commit | 59fa0c2d996621af5c6990534fe9a07864882975 (patch) | |
tree | 6406997c150408c5c827663544bceb3e614f4a96 /changes | |
parent | 1eb2c0cbd3a9be2650419bd07474770629261f56 (diff) | |
download | tor-59fa0c2d996621af5c6990534fe9a07864882975.tar.gz tor-59fa0c2d996621af5c6990534fe9a07864882975.zip |
Fix another seccomp2 issue
Allow pipe() and pipe2() syscalls; we need these when eventfd2()
support is missing. Fixes bug 16363; bugfix on 0.2.6.3-alpha. Patch
from "teor".
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16363 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug16363 b/changes/bug16363 new file mode 100644 index 0000000000..1a6f8c6eff --- /dev/null +++ b/changes/bug16363 @@ -0,0 +1,4 @@ + o Minor bugfixes (Linux seccomp2 sandbox): + - Allow pipe() and pipe2() syscalls; we need these when eventfd2() + support is missing. Fixes bug 16363; bugfix on 0.2.6.3-alpha. + Patch from "teor". |