7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check verbose decoding of execveat syscall.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -v -e trace=execveat
|