summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-01-12 15:11:24 +0000
committerNed Ludd <solar@gentoo.org>2005-01-12 15:11:24 +0000
commit2e6ce6501cd684f4d429b208c411d0d911209076 (patch)
treebd3456d6fe63f412c168dedc240b3a170f42a786 /extra
parentc78563e45e79a3932024aa5fde2fe9c3f5024311 (diff)
- add patch from Peter S. Mazinger to allow selecting the fast access canary for propolice/ssp
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index fbcfe121e..28e8d345b 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1110,6 +1110,15 @@ config UCLIBC_HAS_SSP
gcc version, where __guard and __stack_smash_handler are removed from libgcc.
Most people will answer N.
+config SSP_QUICK_CANARY
+ bool "Simple propolice canary w/o accessing /dev/*random"
+ depends on UCLIBC_HAS_SSP
+ default n
+ help
+ Propolice uses a simplified version of the canary, without accessing
+ /dev/*random.
+ Most people will answer N.
+
choice
prompt "Propolice protection blocking signal"
depends on UCLIBC_HAS_SSP