mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 04:57:38 +00: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
|
||||
binary programs that can be loaded anywhere in memory. Without PIE,
|
||||
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
|
||||
the shared libraries, and mitigates some attacks based on fixed
|
||||
addresses of sensitive code or data in the executables.
|
||||
|
@ -77,7 +77,7 @@
|
||||
|
||||
<para>
|
||||
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
|
||||
package sources to a location available when working in the chroot
|
||||
envirnment.
|
||||
|
Loading…
Reference in New Issue
Block a user