mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
fa81508eb2
This uses a Linux-ism to attempt to always clean up background processes if possible. Note that it is not a catch-all, in that executables with suid/sgid or elevated capabilities will have the prctl() attribute stripped as part of the execve(). Resolves ticket 15471.
6 lines
262 B
Plaintext
6 lines
262 B
Plaintext
o Minor features (pluggable transports):
|
|
- When launching managed pluggable transports on linux systems,
|
|
attempt to have the kernel deliver a SIGTERM on tor exit if
|
|
the pluggable transport process is still running. Resolves
|
|
ticket 15471.
|