mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git
synced 2025-12-05 22:28:43 +00:00
No description
Some test results are dependent on the kernel configuration option CONFIG_SYSTEM_BLACKLIST_AUTH_UPDATE. Check the kernel configuration file for its presence and expect appropriate test results. Function has_kernel_config is based on its xfstsests counterpart. Signed-off-by: Pavel Reichl <preichl@redhat.com> Signed-off-by: David Howells <dhowells@redhat.com> |
||
|---|---|---|
| man | ||
| tests | ||
| .gitignore | ||
| dns.afsdb.c | ||
| key.dns.h | ||
| key.dns_resolver.c | ||
| keyctl.c | ||
| keyctl.h | ||
| keyctl_testing.c | ||
| keyctl_watch.c | ||
| keyutils.c | ||
| keyutils.h | ||
| keyutils.spec | ||
| libkeyutils.pc.in | ||
| LICENCE.GPL | ||
| LICENCE.LGPL | ||
| Makefile | ||
| README | ||
| request-key-debug.sh | ||
| request-key.c | ||
| request-key.conf | ||
| SUBMITTING_PATCHES | ||
| version.lds | ||
| watch_queue.h | ||
These tools are used to control the key management system built into the Linux kernel. To build and install the tools and manual pages, run: make make install If your glibc does not contain definitions for the new error codes and system calls, then try: make NO_GLIBC_KEYERR=1 The tools are licensed under the GPL and the utility library under the LGPL. Copies of these are included in this tarball.