aboutsummaryrefslogtreecommitdiff
path: root/src/lib/sandbox/sandbox.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-09-30 13:47:53 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-09-30 13:47:53 +0300
commitae8d36db313a548d9828384f2131f481640c6173 (patch)
tree424a7c540b55a4f3c2e8258f548a04c6d0797651 /src/lib/sandbox/sandbox.c
parentfc760c5088394741ac8c83706be6b737aef79beb (diff)
parent749c2e1761c753992fb2549e7ee912e568f563d6 (diff)
downloadtor-ae8d36db313a548d9828384f2131f481640c6173.tar.gz
tor-ae8d36db313a548d9828384f2131f481640c6173.zip
Merge branch 'tor-github/pr/1302'
Diffstat (limited to 'src/lib/sandbox/sandbox.c')
-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