From 2e6ce6501cd684f4d429b208c411d0d911209076 Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Wed, 12 Jan 2005 15:11:24 +0000 Subject: - add patch from Peter S. Mazinger to allow selecting the fast access canary for propolice/ssp --- extra/Configs/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'extra') 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 -- cgit v1.2.3