[uClibc-cvs] CVS uClibc/extra/Configs

CVS User solar solar at codepoet.org
Wed Jan 12 15:11:25 UTC 2005


Update of /var/cvs/uClibc/extra/Configs
In directory nail:/tmp/cvs-serv2340/extra/Configs

Modified Files:
	Config.in 
Log Message:
- add patch from Peter S. Mazinger to allow selecting the fast access canary for propolice/ssp

--- /var/cvs/uClibc/extra/Configs/Config.in	2004/12/22 23:03:42	1.66
+++ /var/cvs/uClibc/extra/Configs/Config.in	2005/01/12 15:11:24	1.67
@@ -1110,6 +1110,15 @@
 	  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



More information about the uClibc-cvs mailing list