diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-06-29 16:44:27 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-06-29 16:44:27 +0000 |
commit | efe03e5fc7ed653cc7f5a41a34600061bd1fc010 (patch) | |
tree | 96ecc9c8fafdee55b7ffc15bc4960ca76ace14a1 /config | |
parent | 6d48dcb8d554ac6eadd962323342dff9c938a261 (diff) | |
download | mtk-20170518-efe03e5fc7ed653cc7f5a41a34600061bd1fc010.zip mtk-20170518-efe03e5fc7ed653cc7f5a41a34600061bd1fc010.tar.gz mtk-20170518-efe03e5fc7ed653cc7f5a41a34600061bd1fc010.tar.bz2 |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index aef0344..4e2b0f5 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 |