diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-23 10:26:03 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-23 10:26:03 +0800 |
commit | fc60dac761dd96e5f896e284190a667982f1380f (patch) | |
tree | 8bdd3819b29f9d5f838569aec9ad80bf5b27c74e | |
parent | a0ed201f90dc67a06dbcd58eccfcb7430b2139e8 (diff) |
errata: some reword about security advisory
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.
-rw-r--r-- | prologue/errata.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/prologue/errata.xml b/prologue/errata.xml index 275eac7da..bfb6bc01b 100644 --- a/prologue/errata.xml +++ b/prologue/errata.xml @@ -21,10 +21,12 @@ 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 see - whether there are any known security vulnerabilities, please visit - <ulink url="&secadv;"/> before proceeding with your build. You should also continue - to consult the advisories, and fix any security vulnerabilities, even - when the LFS system has been completely constructed.</para> + 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> |