selftests: add seccomp suite
authorKees Cook <keescook@chromium.org>
Tue, 16 Jun 2015 17:54:14 +0000 (10:54 -0700)
committerShuah Khan <shuahkh@osg.samsung.com>
Wed, 17 Jun 2015 23:12:32 +0000 (17:12 -0600)
commitc99ee51a9d9716fe33f5022c763728a565e3bd08
tree581722b37f7fd5e2a4a98b11374b2681b46639a6
parent390db010c96091bd3bd0c5d6c0b667d22290ef41
selftests: add seccomp suite

This imports the existing seccomp test suite into the kernel's selftests
tree. It contains extensive testing of seccomp features and corner cases.
There remain additional tests to move into the kernel tree, but they have
not yet been ported to all the architectures seccomp supports:
https://github.com/redpig/seccomp/tree/master/tests

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
MAINTAINERS
tools/testing/selftests/Makefile
tools/testing/selftests/seccomp/.gitignore [new file with mode: 0644]
tools/testing/selftests/seccomp/Makefile [new file with mode: 0644]
tools/testing/selftests/seccomp/seccomp_bpf.c [new file with mode: 0644]
tools/testing/selftests/seccomp/test_harness.h [new file with mode: 0644]
This page took 0.026868 seconds and 5 git commands to generate.