Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://people.redhat.com/~dhowells/keyutils/keyutils-1.5.8.tar.bz2
Download MD5 sum: 3c7f463039b83833c12a9414c2fcb389
Download size: 64 KB
Estimated disk space required: 1.7 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/keyutils
Install keyutils by running the following commands:
make
This package does not come with a test suite.
Now, as the root
user:
make NO_ARLIB=1 install
NO_ARLIB=1
: This make flag
disables installing the static library.
Last updated on 2014-02-23 11:35:28 -0800