summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r--documentation/ref-manual/migration.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 91eabf807b..5dea5ad960 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -5182,9 +5182,10 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
5182 </para></listitem> 5182 </para></listitem>
5183 <listitem><para> 5183 <listitem><para>
5184 By default, the <filename>security_flags.inc</filename> file 5184 By default, the <filename>security_flags.inc</filename> file
5185 sets a <filename>GCCPIE</filename> variable with an option 5185 sets a
5186 to enable Position Independent Executables (PIE) within 5186 <link linkend='var-GCCPIE'><filename>GCCPIE</filename></link>
5187 <filename>gcc</filename>. 5187 variable with an option to enable Position Independent
5188 Executables (PIE) within <filename>gcc</filename>.
5188 Enabling PIE in the GNU C Compiler (GCC), makes Return 5189 Enabling PIE in the GNU C Compiler (GCC), makes Return
5189 Oriented Programming (ROP) attacks much more difficult to 5190 Oriented Programming (ROP) attacks much more difficult to
5190 execute. 5191 execute.