mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
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.
4 lines
226 B
Text
4 lines
226 B
Text
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.
|