commit | 0eac88a00a3a96640b5d686788bd9a68edb43cc5 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Apr 18 15:16:53 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Apr 20 01:08:12 2016 +0000 |
tree | 24f724ef06a1536be0b39b9cb5559d17e7731663 | |
parent | 7d7dfbede8dce0f791b5a8e1bd9ad17ff59bbe01 [diff] |
tests: extend test coverage of setresuid syscall * tests/setresugid.c: New file. * tests/setresuid.c: New file. * tests/setresuid.test: New test. * tests/.gitignore: Add setresuid. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add setresuid.test. (EXTRA_DIST): Add setresugid.c.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.