]> git.itanic.dy.fi Git - linux-stable/commit
seccomp: Invalidate seccomp mode to catch death failures
authorKees Cook <keescook@chromium.org>
Tue, 8 Feb 2022 04:21:13 +0000 (20:21 -0800)
committerKees Cook <keescook@chromium.org>
Fri, 11 Feb 2022 03:09:12 +0000 (19:09 -0800)
commit495ac3069a6235bfdf516812a2a9b256671bbdf9
tree5af379028a8b12efb8193fee1737ea4ebe968969
parent5c72263ef2fbe99596848f03758ae2dc593adf2c
seccomp: Invalidate seccomp mode to catch death failures

If seccomp tries to kill a process, it should never see that process
again. To enforce this proactively, switch the mode to something
impossible. If encountered: WARN, reject all syscalls, and attempt to
kill the process again even harder.

Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Will Drewry <wad@chromium.org>
Fixes: 8112c4f140fa ("seccomp: remove 2-phase API")
Cc: stable@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
kernel/seccomp.c