Explorar el Código

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

Ned Ludd hace 21 años
padre
commit
2e6ce6501c
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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