mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
Corrected grammar and idiom, clarified a couple of things.
This commit is contained in:
parent
99ecc76577
commit
ee0959b64a
@ -11,16 +11,16 @@
|
|||||||
|
|
||||||
<title>What's new since the last release</title>
|
<title>What's new since the last release</title>
|
||||||
|
|
||||||
<para>In 11.3 release, <parameter>--enable-default-pie</parameter>
|
<para>In the 11.3 release, <parameter>--enable-default-pie</parameter>
|
||||||
and <parameter>--enable-default-ssp</parameter> are enabled for GCC.
|
and <parameter>--enable-default-ssp</parameter> are enabled for GCC.
|
||||||
They can mitigate some type of malicious attacks but they cannot provide
|
These techniques can mitigate some malicious attacks, but they do not provide
|
||||||
a full protection. In case if you are reading a programming textbook,
|
perfect security. If you are reading LFS and a programming textbook,
|
||||||
you may need to disable PIE and SSP with GCC options
|
you may need to disable PIE and SSP with the GCC options
|
||||||
<parameter>-fno-pie -no-pie -fno-stack-protection</parameter>
|
<parameter>-fno-pie -no-pie -fno-stack-protection</parameter>,
|
||||||
because some textbooks assume they were disabled by default.</para>
|
because some textbooks assume these options are disabled by default.</para>
|
||||||
|
|
||||||
<para>Below is a list of package updates made since the previous
|
<para>Here is a list of the packages updated since the previous
|
||||||
release of the book.</para>
|
release of LFS.</para>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Every package in the book is listed in the "Upgraded to:" section.
|
Every package in the book is listed in the "Upgraded to:" section.
|
||||||
|
Loading…
Reference in New Issue
Block a user