summaryrefslogtreecommitdiff
path: root/keyutils-1.5.6/README
diff options
context:
space:
mode:
Diffstat (limited to 'keyutils-1.5.6/README')
-rw-r--r--keyutils-1.5.6/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyutils-1.5.6/README b/keyutils-1.5.6/README
new file mode 100644
index 0000000..5c3d94d
--- /dev/null
+++ b/keyutils-1.5.6/README
@@ -0,0 +1,15 @@
+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.