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.4 platform.
Download (HTTP): http://people.redhat.com/~dhowells/keyutils/keyutils-1.5.6.tar.bz2
Download MD5 sum: 2a459462c7ebdff0ce2eb398b92ced9c
Download size: 63 KB
Estimated disk space required: 1.7 MB
Estimated build time: less than 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 2013-08-31 15:39:51 -0700