]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
seccomp: Clean up core dump logic
authorKees Cook <keescook@chromium.org>
Thu, 23 Feb 2017 17:24:24 +0000 (09:24 -0800)
committerKees Cook <keescook@chromium.org>
Mon, 26 Jun 2017 16:22:33 +0000 (09:22 -0700)
commit131b63515932d18a3b1a60db3958f3c0dd5462bc
tree6ff3432d849fae094639f1bce5b72a17d7f90a3d
parent08332893e37af6ae779367e78e444f8f9571511d
seccomp: Clean up core dump logic

This just cleans up the core dumping logic to avoid the braces around
the RET_KILL case.

Signed-off-by: Kees Cook <keescook@chromium.org>
kernel/seccomp.c