commit 2f8a9a2db692a101b7e6241cbcdf9ed87841310b
parent c9c046c365f10f5cbffada921931413edc690dbe
Author: teor <teor@torproject.org>
Date: Tue, 24 Sep 2019 13:51:38 +1000
sandbox: Allow backtrace signals to be disabled
Part of 31614.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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