diff options
author | Simon South <simon@simonsouth.net> | 2021-11-03 13:23:04 -0400 |
---|---|---|
committer | Simon South <simon@simonsouth.net> | 2021-11-05 10:30:51 -0400 |
commit | 94d82baeecb31bdbba76403235f66aad8b6b7eb3 (patch) | |
tree | efc95e727265721d37009db500ca0db80b8c82f7 | |
parent | 001d880d1082f5d124e10554e2718e407c7e88c6 (diff) | |
download | tor-94d82baeecb31bdbba76403235f66aad8b6b7eb3.tar.gz tor-94d82baeecb31bdbba76403235f66aad8b6b7eb3.zip |
changes: Add file for ticket 40505
-rw-r--r-- | changes/bug40505 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40505 b/changes/bug40505 new file mode 100644 index 0000000000..5aac2218b1 --- /dev/null +++ b/changes/bug40505 @@ -0,0 +1,5 @@ + o Minor bugfixes (sandbox): + - Fix the sandbox on i386 by modifying it to allow the + "clock_gettime64" and "statx" system calls and to filter the + "chown32" and "stat64" system calls in place of "chown" and + "stat", respectively. Fixes bug 40505; bugfix on 0.2.5.4-alpha.
\ No newline at end of file |