summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.in')
-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