diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-06-17 13:13:48 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-06-17 13:13:48 +0000 |
commit | 19810a5145bcb9d9520df76abacf41adb195d54d (patch) | |
tree | 25870ec440b4f418f9278b45e8fb1e665b526489 /config | |
parent | 6585c532bd958545bd6c53669264a60be9bd1bdf (diff) | |
download | upstream-19810a5145bcb9d9520df76abacf41adb195d54d.tar.gz upstream-19810a5145bcb9d9520df76abacf41adb195d54d.tar.bz2 upstream-19810a5145bcb9d9520df76abacf41adb195d54d.zip |
hardening: enable regular SSP support by default
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46020
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 0584820cdd..42b8e8e5e3 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -219,7 +219,7 @@ menu "Global build settings" choice prompt "User space Stack-Smashing Protection" - default PKG_CC_STACKPROTECTOR_NONE + default PKG_CC_STACKPROTECTOR_REGULAR help Enable GCC Stack Smashing Protection (SSP) for userspace applications config PKG_CC_STACKPROTECTOR_NONE @@ -237,7 +237,7 @@ menu "Global build settings" choice prompt "Kernel space Stack-Smashing Protection" - default KERNEL_CC_STACKPROTECTOR_NONE + default KERNEL_CC_STACKPROTECTOR_REGULAR help Enable GCC Stack-Smashing Protection (SSP) for the kernel config KERNEL_CC_STACKPROTECTOR_NONE |