mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Allow calls to dup() which was introduced in commit a22fbab986
.
From a security perspective, I don't think this should impact the
security of the sandbox significantly. As far as I can tell, there
is nothing an adversary can do with a duplicated FD that can't be
done with the original.
4 lines
203 B
Text
4 lines
203 B
Text
o Minor bugfixes (linux seccomp sandbox):
|
|
- Fix crash when reloading logging configuration while the
|
|
experimental sandbox is enabled. Fixes bug 29150; bugfix
|
|
on 0.4.1.7. Patch by Peter Gerber.
|