Running Tor in a NetBSD rump unikernel
github.com
Running Tor in a NetBSD rump unikernel
1–2 of 2 posts
Re: Running Tor in a NetBSD rump unikernel
#2https://atlas.torproject.org/#details/FD76CE423F64853C402EAC...
And it was officially merged upstream today here...
https://github.com/rumpkernel/rumprun-packages/commit/0171d4...
Running tor in a rump unikernel provides a single application, single address space image, with bare minimum necessary support drivers, that can be run portably on pretty much any hypervisor (or even on bare metal).
If security is a concern, you would be pretty hard pressed to run a more secure tor relay. This doesn't even have a /bin/sh, for example. There's precious little available to be exploited here, even should a tor exploit be found possible. Odds are, even a major tor vulnerability wouldn't do an interloper very much good in this case.
For background infomation, see...
Tor
https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29
Rump Kernel
https://en.wikipedia.org/wiki/Rump_kernel
Enjoy. :)