commit | 7211bdb982e588f0d9622784ec84a3e9fa06fdd6 | [log] [tgz] |
---|---|---|
author | Eugene Syromyatnikov <evgsyr@gmail.com> | Thu Sep 29 15:56:35 2016 +0300 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Oct 03 12:03:03 2016 +0000 |
tree | b6a8d8c33508f4d7073ae836cee851777238f5e6 | |
parent | 6fdb10455a7215f736a7dc1fc424376d4159a18b [diff] |
keyctl: print errno name in KEYCTL_REJECT in case it is available * keyctl.c (keyctl_reject_key): Get errno string via err_name and print it if it is not NULL.
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.