diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-12 19:40:41 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-12 19:40:41 +0000 |
commit | 2fb630e447810d268b9cdb20e950e2b2cf09ef52 (patch) | |
tree | bb549e616ea52b6501dc04941223fb603b9185e0 /extra/Configs | |
parent | c752a13fff78cc0e30d79c0462d8628a5f3ff4a8 (diff) |
Remove /dev/erandom support, as [h]lfs does not use it in this form.
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index bb2d9017c..3eb5f13d0 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1171,17 +1171,6 @@ config SSP_QUICK_CANARY attacks. Most people will answer N. -config SSP_USE_ERANDOM - bool "Use erandom for setting guard value if /dev/urandom fails" - depends on UCLIBC_HAS_SSP && !SSP_QUICK_CANARY - default n - help - Use /dev/erandom to define the guard if /dev/urandom fails (chroot). - This requires a modified kernel. - More information at: - <http://frandom.sourceforge.net/> - Most people will answer N. - choice prompt "Propolice protection blocking signal" depends on UCLIBC_HAS_SSP |