aboutsummaryrefslogtreecommitdiff
path: root/src/lib/sandbox
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-22 12:13:47 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-22 12:13:47 -0400
commitc1bf4260b69fa4de09471e31994b7fa242dce872 (patch)
tree2fc8de1b4657c598cf94d03e543349bbd96f7687 /src/lib/sandbox
parentd4dde249a04c768381767f67a1a82425bc70baaa (diff)
parent749c2e1761c753992fb2549e7ee912e568f563d6 (diff)
downloadtor-c1bf4260b69fa4de09471e31994b7fa242dce872.tar.gz
tor-c1bf4260b69fa4de09471e31994b7fa242dce872.zip
Merge remote-tracking branch 'tor-github/pr/1302' into maint-0.4.1
Diffstat (limited to 'src/lib/sandbox')
-rw-r--r--src/lib/sandbox/sandbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/sandbox/sandbox.c b/src/lib/sandbox/sandbox.c
index b652397f5a..faaf463f29 100644
--- a/src/lib/sandbox/sandbox.c
+++ b/src/lib/sandbox/sandbox.c
@@ -294,6 +294,7 @@ sb_rt_sigaction(scmp_filter_ctx ctx, sandbox_cfg_t *filter)
unsigned i;
int rc;
int param[] = { SIGINT, SIGTERM, SIGPIPE, SIGUSR1, SIGUSR2, SIGHUP, SIGCHLD,
+ SIGSEGV, SIGILL, SIGFPE, SIGBUS, SIGSYS, SIGIO,
#ifdef SIGXFSZ
SIGXFSZ
#endif