This commit is contained in:
Bruce Dubbs 2022-09-19 15:38:35 -05:00
parent 3d65730e22
commit 670f55f539
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.