]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - .config-default
Merge branch 'ssp'
[ipfire-3.x.git] / .config-default
index c878b3c47b08d90790789adfd1b7bcf1abdafad5..3e585f0337c88dea8c9a79313421758b04449c12 100644 (file)
@@ -21,7 +21,7 @@
 # below to your own needs.                                                    #
 ###############################################################################
 
-###############################################################################                   
+###############################################################################
 # Target Architecture                                                         #
 ###############################################################################
 # TARGET is one out of i686|i586|i486|i386|via-c7|via-c3.                     #
 
 #TARGET=i686
 
-###############################################################################                   
+###############################################################################
+# Stack Smashing Protector                                                    #
+###############################################################################
+# A security feature that prevents buffer overruns.                           #
+# This is enabled by default. To disable set it to zero.                      #
+# Read more: http://www.research.ibm.com/trl/projects/security/ssp/           #
+###############################################################################
+
+#SSP=1
+
+###############################################################################
+# Position Independent Executeables                                           #
+###############################################################################
+# This allows base addresses relocation of libraries.                         #
+# This is enabled by default. To disable set it to zero.                      #
+###############################################################################
+
+#PIE=1
+
+###############################################################################
+# GRSecurity                                                                  #
+###############################################################################
+# GRSecurity is an innovative approach to security utilizing a multi-layered  #
+# detection, prevention, and containment model.                               #
+# This is enabled by default. To disable set it to zero.                      #
+###############################################################################
+
+#PAX=1
+
+###############################################################################
 # Niceness                                                                    #
 ###############################################################################
 # NICE is the value that indicates the priority to the process it runs with.  #
@@ -55,7 +84,7 @@
 
 #PARALLELISMFLAGS=-j3
 
-###############################################################################                   
+###############################################################################
 # Distcc Hosts                                                                #
 ###############################################################################
 # Distcc lets you run some instances of gcc on other dedicated machines.      #