Skip to content
Snippets Groups Projects
Commit 4d3b0b05 authored by Kees Cook's avatar Kees Cook
Browse files

seccomp: Introduce SECCOMP_RET_KILL_PROCESS


This introduces the BPF return value for SECCOMP_RET_KILL_PROCESS to kill
an entire process. This cannot yet be reached by seccomp, but it changes
the default-kill behavior (for unknown return values) from kill-thread to
kill-process.

Signed-off-by: default avatarKees Cook <keescook@chromium.org>
parent fd76875c
No related branches found
No related tags found
No related merge requests found
Loading
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