commit | 3932fcecd96221e18100055d623b736d0ff873a4 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Sep 08 12:28:27 2020 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Sep 08 16:26:07 2020 -0700 |
tree | a559352c6abf73ee7887746f2d06bcd5ef896e68 | |
parent | 4d671d922d51907bc41f1f7f2dc737c928ae78fd [diff] |
selftests/seccomp: Add test for unknown SECCOMP_RET kill behavior While we were testing for the behavior of unknown seccomp filter return values, there was no test for how it acted in a thread group. Add a test in the thread group tests for this. Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by: Kees Cook <keescook@chromium.org>