mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
0e5378feec
We don't use this syscall, but openssl apparently does. (This syscall puts a socket into a half-closed state. Don't worry: It doesn't shut down the system or anything.) Fixes bug 28183; bugfix on 0.2.5.1-alpha where the sandbox was introduced.
5 lines
204 B
Plaintext
5 lines
204 B
Plaintext
o Minor bugfixes (Linux seccomp2 sandbox):
|
|
- Permit the "shutdown()" system call, which is apparently
|
|
used by OpenSSL under some circumstances. Fixes bug 28183;
|
|
bugfix on 0.2.5.1-alpha.
|