summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-09-23 19:52:33 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-09-23 19:52:33 +0000
commit593d5a1557d4921624575fe2b4d4904d30414bb6 (patch)
tree9a9b64592f52ff6dc3866e77c3fd936a9789fc6a /extra
parentd886583eb07ed28c1ef0c1acb6417e1a69c0b565 (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')
-rw-r--r--extra/Configs/Config.in6
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