mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Typos
This commit is contained in:
parent
3d65730e22
commit
670f55f539
@ -112,7 +112,7 @@ cd build</userinput></screen>
|
|||||||
PIE (position-independent executable) is a technique to produce
|
PIE (position-independent executable) is a technique to produce
|
||||||
binary programs that can be loaded anywhere in memory. Without PIE,
|
binary programs that can be loaded anywhere in memory. Without PIE,
|
||||||
the security feature named ASLR (Address Space Layout Randomization)
|
the security feature named ASLR (Address Space Layout Randomization)
|
||||||
can be applied for the shared libraries, but not the exectutable
|
can be applied for the shared libraries, but not the executable
|
||||||
itself. Enabling PIE allows ASLR for the executables in addition to
|
itself. Enabling PIE allows ASLR for the executables in addition to
|
||||||
the shared libraries, and mitigates some attacks based on fixed
|
the shared libraries, and mitigates some attacks based on fixed
|
||||||
addresses of sensitive code or data in the executables.
|
addresses of sensitive code or data in the executables.
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
This method provides a complete graphical environment where a full
|
This method provides a complete graphical environment where a full
|
||||||
featured browser and copy/paste capabilites are available. This method
|
featured browser and copy/paste capabilities are available. This method
|
||||||
allows using applications like the host's version of wget to download
|
allows using applications like the host's version of wget to download
|
||||||
package sources to a location available when working in the chroot
|
package sources to a location available when working in the chroot
|
||||||
envirnment.
|
envirnment.
|
||||||
|
Loading…
Reference in New Issue
Block a user