tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 90524de0b268a76665fbe9ddce4878b10c9389c4
parent 691d271b2e2e4d3f7c80a86f6de59f016171b8ea
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 13 Feb 2020 13:14:54 -0500

Move winprocess_sys into a new low-level hardening module

This code was in our process module, but it doesn't belong there:
process is for launching and monitoring subprocesses, not for
hardening the current process.

This change lets us have our subsystem init order more closely match
our dependency order.