Browse Source

- add patch from Peter S. Mazinger to allow selecting the fast access canary for propolice/ssp

Ned Ludd 19 years ago
parent
commit
2e6ce6501c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      extra/Configs/Config.in

+ 9 - 0
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