Re: [PATCH] selftests/seccomp: Add test for unknown SECCOMP_RET kill behavior

From: Shuah Khan
Date: Tue Sep 08 2020 - 16:08:11 EST


On 9/8/20 1:35 PM, Kees Cook wrote:
While we 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.

Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
---
(This is going via the seccomp tree.)

Cool.

---
tools/testing/selftests/seccomp/seccomp_bpf.c | 43 ++++++++++++++++---
1 file changed, 37 insertions(+), 6 deletions(-)

Reviewed-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>

thanks,
-- Shuah