hardening: enable RELRO by default

Signed-off-by: Steven Barth <steven@midlink.org>

SVN-Revision: 46004
This commit is contained in:
Steven Barth 2015-06-16 17:28:05 +00:00
parent 11489a85cf
commit f8140c9caf
1 changed files with 1 additions and 0 deletions

View File

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