Browse Source

hardening: enable RELRO by default

Signed-off-by: Steven Barth <[email protected]>

SVN-Revision: 46004
Steven Barth 10 years ago
parent
commit
f8140c9caf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/Config-build.in

+ 1 - 0
config/Config-build.in

@@ -270,6 +270,7 @@ menu "Global build settings"
 
 	choice
 		prompt "Enable RELRO protection"
+		default PKG_RELRO_FULL
 		help
 		  Enable a link-time protection known as RELRO (Relocation Read Only)
 		  which helps to protect from certain type of exploitation techniques