From f8140c9caf4d037e4347e828a96d9008a7e16f02 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 16 Jun 2015 17:28:05 +0000 Subject: [PATCH] hardening: enable RELRO by default Signed-off-by: Steven Barth SVN-Revision: 46004 --- config/Config-build.in | 1 + 1 file changed, 1 insertion(+) diff --git a/config/Config-build.in b/config/Config-build.in index 82ec0d6d0a..0584820cdd 100644 --- a/config/Config-build.in +++ b/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 -- 2.30.2