mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Use prctl() to have the kernel SIGTERM background processes on exit.
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user