aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-build.in
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-07-17 23:27:41 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-07-24 00:35:21 +0200
commitf94b09867d7f3f32c7da01675a6559f4b4b94803 (patch)
treee95015f25a759437fc3058d4f8b23a2501576310 /config/Config-build.in
parent54124e1e1cd6a371057626c559e9cc718d24a46d (diff)
downloadupstream-f94b09867d7f3f32c7da01675a6559f4b4b94803.tar.gz
upstream-f94b09867d7f3f32c7da01675a6559f4b4b94803.tar.bz2
upstream-f94b09867d7f3f32c7da01675a6559f4b4b94803.zip
build: Remove dependency of user space stack cookies from kernel
Currently the user space stack cookies work well also when the kernel stack cookies are not activated. This is handled completely in user space and does not need kernel support. This dependency was probably needed some years ago when the libc did not support stack cookies. Reviewed-by: Ian Cooper <iancooper@hotmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'config/Config-build.in')
-rw-r--r--config/Config-build.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index ac1e05d2ff..199277167b 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -256,10 +256,8 @@ menu "Global build settings"
bool "None"
config PKG_CC_STACKPROTECTOR_REGULAR
bool "Regular"
- depends on KERNEL_CC_STACKPROTECTOR_REGULAR
config PKG_CC_STACKPROTECTOR_STRONG
bool "Strong"
- depends on KERNEL_CC_STACKPROTECTOR_STRONG
endchoice
choice