7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Check how prctl PR_SET_SECCOMP SECCOMP_MODE_STRICT is decoded.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
run_strace_match_diff -e trace=prctl
|