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.
This commit is contained in:
parent
57e75d5202
commit
9d8e550ea9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6098
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.76 1999/10/25 16:16:33 wosch Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.77 1999/10/25 20:41:31 wosch Exp $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -352,6 +352,10 @@ description (3-10 lines) to
|
|||
Documentation and other information about taking advantage of multiple
|
||||
processors under FreeBSD.</li>
|
||||
<li><a href="http://www.freebsd.org/~terry/">A validation suite for testing for kernel memory leaks</a></li>
|
||||
<li><a name="spy" href="http://www.freebsd.org/~abial/spy/">SPY</a>
|
||||
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.
|
||||
</ul>
|
||||
|
||||
<a name="devicedrivers"></a>
|
||||
|
|
Loading…
Reference in a new issue