Dmitry V. Levin
c1aa737325
* tests/prctl-seccomp-strict.c: New file. * tests/prctl-seccomp-strict.test: New test. * tests/.gitignore: Add prctl-seccomp-strict. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add prctl-seccomp-strict.test.
7 lines
138 B
Bash
Executable File
7 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check how prctl PR_SET_SECCOMP SECCOMP_MODE_STRICT is decoded.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -e trace=prctl
|