linux-stable/samples/seccomp
Kees Cook eed09ad261 samples/seccomp: Adjust sample to also provide kill option
As a quick way to test SECCOMP_RET_KILL, have a negative errno mean to
kill the process.

While we're in here, also swap the arch and syscall arguments so they're
ordered more like how seccomp filters order them.

Signed-off-by: Kees Cook <keescook@chromium.org>
2022-02-10 19:09:12 -08:00
..
.gitignore
bpf-direct.c
bpf-fancy.c
bpf-helper.c
bpf-helper.h samples: seccomp: Use __BYTE_ORDER__ 2021-10-25 20:39:42 -07:00
dropper.c samples/seccomp: Adjust sample to also provide kill option 2022-02-10 19:09:12 -08:00
Makefile
user-trap.c