mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
9a06282546
Previously, most disallowed open(O_RDONLY) attempts would EACCES, but others would fail with a crash.
7 lines
355 B
Plaintext
7 lines
355 B
Plaintext
o Minor bugfixes (linux seccomp2 sandbox):
|
|
- Cause a wider variety of unpermitted open() calls to fail with the
|
|
EACCES error when the sandbox is running. This won't enable any
|
|
previously non-working functionality, but it should turn several cases
|
|
from crashes into sandbox warnings. Fixes bug 16106; bugfix on
|
|
0.2.5.1-alpha.
|