summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-06-29 16:44:27 +0000
committerSteven Barth <cyrus@openwrt.org>2015-06-29 16:44:27 +0000
commitefe03e5fc7ed653cc7f5a41a34600061bd1fc010 (patch)
tree96ecc9c8fafdee55b7ffc15bc4960ca76ace14a1 /config
parent6d48dcb8d554ac6eadd962323342dff9c938a261 (diff)
downloadmaster-31e0f0ae-efe03e5fc7ed653cc7f5a41a34600061bd1fc010.tar.gz
master-31e0f0ae-efe03e5fc7ed653cc7f5a41a34600061bd1fc010.tar.bz2
master-31e0f0ae-efe03e5fc7ed653cc7f5a41a34600061bd1fc010.zip
hardening: disable user-space SSP for !musl
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46146
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index aef03444c2..4e2b0f583d 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -219,6 +219,7 @@ menu "Global build settings"
choice
prompt "User space Stack-Smashing Protection"
+ depends on USE_MUSL
default PKG_CC_STACKPROTECTOR_REGULAR
help
Enable GCC Stack Smashing Protection (SSP) for userspace applications