hardening: enable RELRO by default
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46004
This commit is contained in:
parent
11489a85cf
commit
f8140c9caf
|
@ -270,6 +270,7 @@ menu "Global build settings"
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Enable RELRO protection"
|
prompt "Enable RELRO protection"
|
||||||
|
default PKG_RELRO_FULL
|
||||||
help
|
help
|
||||||
Enable a link-time protection known as RELRO (Relocation Read Only)
|
Enable a link-time protection known as RELRO (Relocation Read Only)
|
||||||
which helps to protect from certain type of exploitation techniques
|
which helps to protect from certain type of exploitation techniques
|
||||||
|
|
Loading…
Reference in New Issue