From 593d5a1557d4921624575fe2b4d4904d30414bb6 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 23 Sep 2005 19:52:33 +0000 Subject: New ssp code using syscalls where possible. Moved guard_setup to __uClibc_main.c, the only place where it is called. Removed SIGKILL option, not usable with sigaction. --- extra/Configs/Config.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index c6a364942..018f6a0ee 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1188,9 +1188,6 @@ choice "segfault" use SIGSEGV to block offending programs. Use this for debugging. - "kill" use SIGKILL to block offending programs. - Perhaps the best for security. - If unsure, answer "abort". config PROPOLICE_BLOCK_ABRT @@ -1199,9 +1196,6 @@ config PROPOLICE_BLOCK_ABRT config PROPOLICE_BLOCK_SEGV bool "segfault" -config PROPOLICE_BLOCK_KILL - bool "kill" - endchoice config UCLIBC_BUILD_SSP -- cgit v1.2.3