sandbox: Allow backtrace signals to be disabled

Part of 31614.
This commit is contained in:
teor
2019-09-24 13:51:38 +10:00
parent c9c046c365
commit 2f8a9a2db6
+1
View File
@@ -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