From 9d8e550ea9e9d2f8c56acea6829bf6f9f3b71d2f Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 22 Nov 1999 19:19:19 +0000 Subject: [PATCH] Added SPY to Kernel & Security: SPY allows you to monitor and/or selectively block syscalls on your system. It could be used either as a safety monitoring device, policy enforcement, or debugging tool. --- en/projects/projects.sgml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/en/projects/projects.sgml b/en/projects/projects.sgml index afbfba8dfe..12f794efec 100644 --- a/en/projects/projects.sgml +++ b/en/projects/projects.sgml @@ -1,6 +1,6 @@ - + %includes; ]> @@ -352,6 +352,10 @@ description (3-10 lines) to Documentation and other information about taking advantage of multiple processors under FreeBSD.
  • A validation suite for testing for kernel memory leaks
  • +
  • SPY + allows you to monitor and/or selectively block syscalls on your + system. It could be used either as a safety monitoring device, policy + enforcement, or debugging tool.