diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-08 09:26:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-08 09:26:23 -0400 |
commit | 00536254b765900127af04f278ed591d562434d9 (patch) | |
tree | a4727e8b9d7e2bd30948ec39e1ecef22630e0666 /changes | |
parent | 2a6c1585b0f13e03eb7e8b8977d56a5cea8b4ce8 (diff) | |
parent | 8e68fe7e1c84e4ad513cd6b0af686a51c49e55cb (diff) | |
download | tor-00536254b765900127af04f278ed591d562434d9.tar.gz tor-00536254b765900127af04f278ed591d562434d9.zip |
Merge branch 'maint-0.3.2' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25440 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug25440 b/changes/bug25440 new file mode 100644 index 0000000000..f8d9dd4fab --- /dev/null +++ b/changes/bug25440 @@ -0,0 +1,5 @@ + o Minor bugfixes (linux seccomp2 sandbox): + - Fix a bug in out sandboxing rules for the openat() syscall. + Previously, no openat() call would be permitted, which would break + filesystem operations on recent glibc versions. Fixes bug 25440; + bugfix on 0.2.9.15. Diagnosis and patch from Daniel Pinto. |