commit | f3e1821d9e1cc3fb434d7763001791dcd6720c90 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Aug 11 13:20:33 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Mon Aug 14 13:46:50 2017 -0700 |
tree | 931e232f1700eea2824ead3f1b94b79c04a686ee | |
parent | 0466bdb99e8744bc9befa8d62a317f0fd7fd7421 [diff] |
selftests/seccomp: Test thread vs process killing This verifies that SECCOMP_RET_KILL_PROCESS is higher priority than SECCOMP_RET_KILL_THREAD. (This also moves a bunch of defines up earlier in the file to use them earlier.) Signed-off-by: Kees Cook <keescook@chromium.org> Reviewed-by: Tyler Hicks <tyhicks@canonical.com>