Skip to content
Snippets Groups Projects
Unverified Commit 2f8a9a2d authored by teor's avatar teor
Browse files

sandbox: Allow backtrace signals to be disabled

Part of 31614.
parent c9c046c3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment