source: postlfs/security/haveged-systemd.xml@ 0be2ac2f

kde5-14686 systemd-13485
Last change on this file since 0be2ac2f was b8c3180, checked in by Krejzi <krejzi@…>, 10 years ago

Checks and fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14078 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.6 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 haveged-download-http "http://www.issihosts.com/haveged/haveged-&haveged-version;.tar.gz">
8 <!ENTITY haveged-download-ftp " ">
9 <!ENTITY haveged-md5sum "015ff58cd10607db0e0de60aeca2f5f8">
10 <!ENTITY haveged-size "468 KB">
11 <!ENTITY haveged-buildsize "4.8 MB">
12 <!ENTITY haveged-time "0.2 SBU">
13]>
14
15<sect1 id="haveged" xreflabel="Haveged-&haveged-version;">
16 <?dbhtml filename="haveged.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Haveged-&haveged-version;</title>
24
25 <indexterm zone="haveged">
26 <primary sortas="a-Haveged">Haveged</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Haveged</title>
31
32 <para>
33 The <application>Haveged</application> package contains a daemon
34 that generates an unpredictable stream of random numbers
35 and feeds the /dev/random device.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&haveged-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&haveged-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &haveged-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &haveged-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &haveged-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &haveged-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/haveged"/>
76 </para>
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Haveged</title>
81
82 <para>Install <application>Haveged</application> by running the following
83 commands:</para>
84
85<screen><userinput>./configure --prefix=/usr &amp;&amp;
86make</userinput></screen>
87
88 <para>
89 To test the results, issue: <command>make check</command>.
90 </para>
91
92 <para>
93 Now, as the <systemitem class="username">root</systemitem> user:
94 </para>
95
96<screen role="root"><userinput>make install &amp;&amp;
97mkdir -pv /usr/share/doc/haveged-&haveged-version; &amp;&amp;
98cp -v README /usr/share/doc/haveged-&haveged-version;</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="configuration">
103 <title>Configuring haveged</title>
104
105 <sect3 id="haveged-init">
106 <title>Systemd Units</title>
107
108 <para>
109 To start the <command>haveged</command> daemon at boot,
110 install the systemd unit from the <xref linkend="bootscripts"/>
111 package by running the following command as the
112 <systemitem class="username">root</systemitem> user:
113 </para>
114
115 <indexterm zone="haveged haveged-init">
116 <primary sortas="f-haveged">haveged</primary>
117 </indexterm>
118
119<screen role="root"><userinput>make install-haveged</userinput></screen>
120
121 </sect3>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directory</segtitle>
132
133 <seglistitem>
134 <seg>
135 haveged
136 </seg>
137 <seg>
138 libhavege.so
139 </seg>
140 <seg>
141 /usr/include/haveged
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="haveged-prog">
152 <term><command>haveged</command></term>
153 <listitem>
154 <para>
155 is a daemon that generates an unpredictable stream of random
156 numbers harvested from the indirect effects of hardware events
157 based on hidden processor states (caches, branch predictors, memory
158 translation tables, etc).
159 </para>
160 <indexterm zone="haveged haveged-prog">
161 <primary sortas="b-haveged-prog">haveged</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.