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 | 7787150521fda0370331dab80d043294e05e1598 (patch) | |
tree | 0154ec7cf555d1ab0ca36f7007a956aa2b6bec73 /changes | |
parent | 3a2b5a5bcbb35cdedfb63a00391bbf15df69cd9b (diff) | |
parent | aaa5ca366e83795f3ec7b35e879a3c8bc4e0b41f (diff) | |
download | tor-7787150521fda0370331dab80d043294e05e1598.tar.gz tor-7787150521fda0370331dab80d043294e05e1598.zip |
Merge branch 'maint-0.3.4'
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. |