Dmitry V. Levin
a59fcec4c9
* 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.
12 lines
151 B
Bash
Executable File
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
|