mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
fc60dac761
Do not use "whether there are any known security vulnerabilities" because it's highly unlikely there was none. Many people just build LFS for an experiment, then they don't need to maintain their system. The maintaining is only necessary for a real desktop or server system.
33 lines
1.5 KiB
XML
33 lines
1.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="pre-errata">
|
|
<?dbhtml filename="errata.html"?>
|
|
|
|
<title>Errata and Security Advisories</title>
|
|
|
|
<para>The software used to create an LFS system is constantly being updated
|
|
and enhanced. Security warnings and bug fixes may become available after
|
|
the LFS book has been released. To check whether the package versions or
|
|
instructions in this release of LFS need any modifications—to repair
|
|
security vulnerabilities or to fix other bugs—please visit
|
|
<ulink url="&errata;"/>
|
|
before proceeding with your build. You should note any
|
|
changes shown and apply them to the relevant sections of the book as you
|
|
build the LFS system.</para>
|
|
|
|
<para>In addition, the Linux From Scratch editors maintain a list of security
|
|
vulnerabilities discovered <emphasis>after</emphasis> a book has been released. To read the list, please visit
|
|
<ulink url="&secadv;"/> before proceeding with your build. You should apply
|
|
the changes suggested by the advisories to the relevant sections of the
|
|
book as you build the LFS system. And, if you will use the LFS system as
|
|
a real desktop or server system, you should continue to consult the
|
|
advisories and fix any security vulnerabilities, even when the LFS system
|
|
has been completely constructed.</para>
|
|
|
|
</sect1>
|