diff options
author | Steven Barth <steven@midlink.org> | 2015-06-16 17:28:05 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-06-16 17:28:05 +0000 |
commit | 56aa61e6a7a2812b76401fd1b4dfdc29a395225b (patch) | |
tree | 2ed499b6958dcc1c7b66b1f40a173372e881785c /config | |
parent | d57e27fb8d85c0ff17e591b527fc811fae21df2f (diff) | |
download | master-187ad058-56aa61e6a7a2812b76401fd1b4dfdc29a395225b.tar.gz master-187ad058-56aa61e6a7a2812b76401fd1b4dfdc29a395225b.tar.bz2 master-187ad058-56aa61e6a7a2812b76401fd1b4dfdc29a395225b.zip |
hardening: enable RELRO by default
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46004 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |