From: teor Date: Tue, 24 Sep 2019 03:51:38 +0000 (+1000) Subject: sandbox: Allow backtrace signals to be disabled X-Git-Tag: tor-0.4.2.2-alpha~23^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f8a9a2db692a101b7e6241cbcdf9ed87841310b;p=thirdparty%2Ftor.git sandbox: Allow backtrace signals to be disabled Part of 31614. --- 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