diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-23 19:52:33 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-23 19:52:33 +0000 |
commit | 593d5a1557d4921624575fe2b4d4904d30414bb6 (patch) | |
tree | 9a9b64592f52ff6dc3866e77c3fd936a9789fc6a /extra/Configs/Config.in | |
parent | d886583eb07ed28c1ef0c1acb6417e1a69c0b565 (diff) |
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.
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
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 |