mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.6
This commit is contained in:
commit
c5c4ea2db0
4
changes/bug15088
Normal file
4
changes/bug15088
Normal file
@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (Linux seccomp2 sandbox):
|
||||
- Upon receiving sighup, do not crash during attempts to call
|
||||
wait4. Fixes bug 15088; bugfix on 0.2.5.1-alpha. Patch from
|
||||
"sanic".
|
@ -176,6 +176,7 @@ static int filter_nopar_gen[] = {
|
||||
#endif
|
||||
SCMP_SYS(stat),
|
||||
SCMP_SYS(uname),
|
||||
SCMP_SYS(wait4),
|
||||
SCMP_SYS(write),
|
||||
SCMP_SYS(writev),
|
||||
SCMP_SYS(exit_group),
|
||||
|
Loading…
Reference in New Issue
Block a user