diff options
author | Steven Barth <steven@midlink.org> | 2015-06-29 16:44:27 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-06-29 16:44:27 +0000 |
commit | 40d646170a7473c7b2eda28eb94bd3e23accf83d (patch) | |
tree | 12a71cfb1504be51e35b011e704aac0bd25100a1 /config | |
parent | 8549a4a0b6ed8c816c8dce2ee8fbd926f7c9f98e (diff) | |
download | master-187ad058-40d646170a7473c7b2eda28eb94bd3e23accf83d.tar.gz master-187ad058-40d646170a7473c7b2eda28eb94bd3e23accf83d.tar.bz2 master-187ad058-40d646170a7473c7b2eda28eb94bd3e23accf83d.zip |
hardening: disable user-space SSP for !musl
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46146 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 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 |