Dmitry V. Levin
c2523e0d9c
* tests/seccomp-filter.c: New file. * tests/seccomp-filter.test: New test. * tests/.gitignore: Add seccomp-filter. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add seccomp-filter.test.
7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of seccomp SECCOMP_SET_MODE_FILTER.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -e trace=seccomp
|