summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-09-24 13:51:38 +1000
committerteor <teor@torproject.org>2019-09-26 12:22:30 +1000
commit2f8a9a2db692a101b7e6241cbcdf9ed87841310b (patch)
tree927e0f93207a88e500bed4132168e07a101a4c44
parentc9c046c365f10f5cbffada921931413edc690dbe (diff)
downloadtor-2f8a9a2db692a101b7e6241cbcdf9ed87841310b.tar.gz
tor-2f8a9a2db692a101b7e6241cbcdf9ed87841310b.zip
sandbox: Allow backtrace signals to be disabled
Part of 31614.
-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 e2356a1720..5c02c012e8 100644
--- a/src/lib/sandbox/sandbox.c
+++ b/src/lib/sandbox/sandbox.c
@@ -295,6 +295,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