strace/tests/caps.test
Dmitry V. Levin a59fcec4c9 tests: extend coverage of capget syscall
* tests/caps.c (main): Check decoding of inaccessible cap_user_header_t
and/or cap_user_data_t.
* tests/caps.awk: Update match patterns.
* tests/caps.test: Update.
2016-02-08 18:21:10 +00:00

12 lines
151 B
Bash
Executable File

#!/bin/sh
# Check capget/capset syscalls decoding.
. "${srcdir=.}/init.sh"
run_prog
run_strace -a 19 -e trace=capget,capset $args
match_awk
exit 0