summaryrefslogtreecommitdiff
path: root/keyutils-1.5.6/README
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-08-29 22:05:30 +0000
committer <>2013-09-19 12:35:38 +0000
commit20f3885d80d6b4eda72b35a8d219a722310274fd (patch)
tree6e2bd9f23d3c17447065dd681774d52c67bb683d /keyutils-1.5.6/README
downloadkeyutils-tarball-20f3885d80d6b4eda72b35a8d219a722310274fd.tar.gz
Imported from /home/lorry/working-area/delta_keyutils-tarball/keyutils-1.5.6.tar.bz2.HEADkeyutils-1.5.6masterbaserock/morph
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.