Changeset ee0959b


Ignore:
Timestamp:
10/17/2022 08:19:01 PM (19 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/update-glibc
Children:
6d46ee62
Parents:
99ecc76
Message:

Corrected grammar and idiom, clarified a couple of things.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/whatsnew.xml

    r99ecc76 ree0959b  
    1212  <title>What's new since the last release</title>
    1313
    14   <para>In 11.3 release, <parameter>--enable-default-pie</parameter>
     14  <para>In the 11.3 release, <parameter>--enable-default-pie</parameter>
    1515  and <parameter>--enable-default-ssp</parameter> are enabled for GCC.
    16   They can mitigate some type of malicious attacks but they cannot provide
    17   a full protection.  In case if you are reading a programming textbook,
    18   you may need to disable PIE and SSP with GCC options
    19   <parameter>-fno-pie -no-pie -fno-stack-protection</parameter>
    20   because some textbooks assume they were disabled by default.</para>
    21 
    22   <para>Below is a list of package updates made since the previous
    23   release of the book.</para>
     16  These techniques can mitigate some malicious attacks, but they do not provide
     17  perfect security.  If you are reading LFS and a programming textbook,
     18  you may need to disable PIE and SSP with the GCC options
     19  <parameter>-fno-pie -no-pie -fno-stack-protection</parameter>,
     20  because some textbooks assume these options are disabled by default.</para>
     21
     22  <para>Here is a list of the packages updated since the previous
     23  release of LFS.</para>
    2424
    2525  <!--
Note: See TracChangeset for help on using the changeset viewer.