source: postlfs/security/haveged-systemd.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

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

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