Go to file
luoyaoming 8bab7fbca9
!1 rv64g架构 编译报错 libc6-dev 升级2.36后 test报错
Merge pull request !1 from jyr/openkylin/yangtze
2024-02-29 08:56:45 +00:00
debian 添加rv64g架构判断if arch == rv64g nocheck 2024-02-29 07:38:29 +00:00
man man page fixes 2022-05-14 00:27:17 +08:00
tests Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
.gitignore Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
LICENCE.GPL Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
LICENCE.LGPL Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
Makefile pkg-config install tweaks 2022-05-14 00:27:17 +08:00
README Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
SUBMITTING_PATCHES Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
dns.afsdb.c Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
key.dns.h Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
key.dns_resolver.c Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
keyctl.c Rename arguments to dh_compute_kdf to match dh_compute 2022-05-14 00:27:17 +08:00
keyutils.c Rename arguments to dh_compute_kdf to match dh_compute 2022-05-14 00:27:17 +08:00
keyutils.h Rename arguments to dh_compute_kdf to match dh_compute 2022-05-14 00:27:17 +08:00
keyutils.spec Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
libkeyutils.pc.in Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
request-key-debug.sh Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
request-key.c Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
request-key.conf Import Upstream version 1.6 2022-05-14 00:27:16 +08:00
version.lds Import Upstream version 1.6 2022-05-14 00:27:16 +08:00

README

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.