source: general/genlib/keyutils.xml@ 864abc6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 864abc6 was 864abc6, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to libarchive-3.3.3.
Update to keyutils-1.5.11.
Update to stunnel-5.49.
Update to zsh-5.6.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20465 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY keyutils-download-http "http://people.redhat.com/~dhowells/keyutils/keyutils-&keyutils-version;.tar.bz2">
8 <!ENTITY keyutils-download-ftp " ">
9 <!ENTITY keyutils-md5sum "bcc0984181572461850a37c39f8b167a">
10 <!ENTITY keyutils-size "88 KB">
11 <!ENTITY keyutils-buildsize "1.5 MB">
12 <!ENTITY keyutils-time "less than 0.1 SBU">
13]>
14
15<sect1 id="keyutils" xreflabel="keyutils-&keyutils-version;">
16 <?dbhtml filename="keyutils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>keyutils-&keyutils-version;</title>
24
25 <indexterm zone="keyutils">
26 <primary sortas="a-keyutils">keyutils</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to keyutils</title>
31
32 <para>Keyutils is a set of utilities for managing the key retention
33 facility in the kernel, which can be used by filesystems, block devices and
34 more to gain and retain the authorization and encryption keys required to
35 perform secure operations.</para>
36
37 &lfs83_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&keyutils-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&keyutils-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &keyutils-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &keyutils-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &keyutils-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &keyutils-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/keyutils"/></para>
63
64 </sect2>
65
66 <sect2 role="installation">
67 <title>Installation of keyutils</title>
68
69 <para>Install <application>keyutils</application> by running the following
70 commands:</para>
71
72<screen><userinput>make</userinput></screen>
73
74 <para>This package does not come with a test suite.</para>
75 <!-- Actually it does, but need to /usr\/bin/ s|/usr|| test/ tests/Makefile
76
77 Also there are some needed kernel options. I've not checked it out yet,
78 but I think CONFIG_KEY_DH_OPERATIONS need to be set. There may be some
79 additional options needed. - Bruce -->
80
81 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
82
83<screen role="root"><userinput>make NO_ARLIB=1 install</userinput></screen>
84
85 </sect2>
86
87 <sect2 role="commands">
88 <title>Command Explanations</title>
89
90 <para>
91 <parameter>NO_ARLIB=1</parameter>: This make flag disables installing the
92 static library.
93 </para>
94
95 </sect2>
96
97 <sect2 role="configuration">
98 <title>Configuring keyutils</title>
99
100 <sect3 id="keyutils-config">
101 <title>Config Files</title>
102
103 <para>
104 <filename>/etc/request-key.conf</filename> and
105 <filename>/etc/request-key.d/*</filename>
106 </para>
107
108 <indexterm zone="keyutils keyutils-config">
109 <primary sortas="e-etc-request-key.conf">/etc/request-key.conf</primary>
110 </indexterm>
111
112 <indexterm zone="keyutils keyutils-config">
113 <primary sortas="e-etc-request-key.d">/etc/request-key.d/*</primary>
114 </indexterm>
115
116 </sect3>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Library</segtitle>
126 <segtitle>Installed Directory</segtitle>
127
128 <seglistitem>
129 <seg>keyctl, key.dns_resolver, and request-key</seg>
130 <seg>libkeyutils.so</seg>
131 <seg>/etc/request-key.d and /usr/share/keyutils</seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="keyctl">
141 <term><command>keyctl</command></term>
142 <listitem>
143 <para>is to control the key management facility in various ways
144 using a variety of subcommands.</para>
145 <indexterm zone="keyutils keyctl">
146 <primary sortas="b-keyctl">keyctl</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="key.dns_resolver">
152 <term><command>key.dns_resolver</command></term>
153 <listitem>
154 <para>
155 is invoked by <command>request-key</command> on behalf of the
156 kernel when kernel services (such as NFS, CIFS and AFS) need to
157 perform a hostname lookup and the kernel does not have the key
158 cached. It is not ordinarily intended to be called directly.
159 </para>
160 <indexterm zone="keyutils key.dns_resolver">
161 <primary sortas="b-key.dns_resolver">key.dns_resolver</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="request-key">
167 <term><command>request-key</command></term>
168 <listitem>
169 <para>
170 is invoked by the kernel when the kernel is asked for a key that it
171 doesn't have immediately available. The kernel creates a temporary
172 key and then calls out to this program to instantiate it. It is
173 not intended to be called directly.
174 </para>
175 <indexterm zone="keyutils request-key">
176 <primary sortas="b-request-keyt-key">request-key</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="libkeyutils">
182 <term><filename class='libraryfile'>libkeyutils.so</filename></term>
183 <listitem>
184 <para>
185 contains the keyutils library API instantiation.
186 </para>
187 <indexterm zone="keyutils libkeyutils">
188 <primary sortas="c-libkeyutils">libkeyutils.so</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.