commit | fd76875ca289a3d4722f266fd2d5532a27083903 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Aug 11 12:53:18 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Mon Aug 14 13:46:48 2017 -0700 |
tree | a2bfbf13137e9104f7b262b4f208a51aa8e2a3dc | |
parent | 59f5cf44a38284eb9e76270c786fb6cc62ef8ac4 [diff] |
seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD In preparation for adding SECCOMP_RET_KILL_PROCESS, rename SECCOMP_RET_KILL to the more accurate SECCOMP_RET_KILL_THREAD. The existing selftest values are intentionally left as SECCOMP_RET_KILL just to be sure we're exercising the alias. Signed-off-by: Kees Cook <keescook@chromium.org>