mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
7461cd3067
We don't want to allow general signals to be sent, but there's no problem sending a kill(0) to probe whether a process is there. Fixes bug 24198; bugfix on 0.2.5.1-alpha when the seccomp2 sandbox was introduced.
5 lines
226 B
Plaintext
5 lines
226 B
Plaintext
o Minor bugfixes (controller, linux seccomp2 sandbox):
|
|
- Avoid a crash when attempting to use the seccomp2 sandbox
|
|
together with the OwningControllerProcess feature.
|
|
Fixes bug 24198; bugfix on 0.2.5.1-alpha.
|