mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Make the sandbox code allow the writev() syscall.
Tor doesn't use it directly, but the glibc backtrace-to-fd code does
This commit is contained in:
parent
a790454368
commit
196895ed7e
@ -119,6 +119,7 @@ static int filter_nopar_gen[] = {
|
||||
SCMP_SYS(stat),
|
||||
SCMP_SYS(uname),
|
||||
SCMP_SYS(write),
|
||||
SCMP_SYS(writev),
|
||||
SCMP_SYS(exit_group),
|
||||
SCMP_SYS(exit),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user