summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-02-08 20:55:33 +0000
committerNed Ludd <solar@gentoo.org>2005-02-08 20:55:33 +0000
commitcc37c5b43480b9dcd329b9c875a1116dab594ce9 (patch)
treea65b121fd6156005209d6502453ab0005e9dbc2f /extra
parent162d956258fcdce0366594818d786d376e681620 (diff)
- 2/NN patches for ssp. Updates from Peter S. Mazinger and Robert Connolly
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index c197f238e..abc1856ad 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1130,6 +1130,16 @@ config SSP_QUICK_CANARY
/dev/*random.
Most people will answer N.
+config SSP_USE_ERANDOM
+ bool "Propolice uses /dev/erandom as canary source"
+ depends on UCLIBC_HAS_SSP && !SSP_QUICK_CANARY
+ default n
+ help
+ Propolice uses /dev/erandom as canary source.
+ This requires a modified kernel.
+ For more info see http://frandom.sourceforge.net/.
+ Most people will answer N.
+
choice
prompt "Propolice protection blocking signal"
depends on UCLIBC_HAS_SSP
@@ -1160,7 +1170,6 @@ endchoice
config UCLIBC_BUILD_SSP
bool "Build uClibc with propolice protection"
- depends on UCLIBC_SECURITY
depends on UCLIBC_HAS_SSP
default n
help