diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-06 23:36:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-06 23:36:12 +0000 |
commit | 097671613e1852ed9656a83f00231e694e4aa584 (patch) | |
tree | 0af773e76ea346cf1b7d07fdc5687c505671e6ec /security/Makefile | |
parent | ddac1c4b76e55f48cbc7c7b9fcbb78aebc8b5f70 (diff) | |
download | ports-097671613e1852ed9656a83f00231e694e4aa584.tar.gz ports-097671613e1852ed9656a83f00231e694e4aa584.zip |
snoopy is merely a shared library that is used as a wrapper
to the execve() function provided by libc as to log every call
to syslog (authpriv). system administrators may find snoopy
useful in tasks such as light/heavy system monitoring, tracking other
administrator's actions as well as getting a good 'feel' of
what's going on in the system (for example apache running cgi
scripts).
WWW: http://sourceforge.net/projects/snoopylogger/
PR: ports/108691
Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
Notes
Notes:
svn path=/head/; revision=184437
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index bc76d445a85f..263b3a35dd4f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -653,6 +653,7 @@ SUBDIR += smtpscan SUBDIR += smurflog SUBDIR += sniff + SUBDIR += snoopy SUBDIR += snort SUBDIR += snort-rep SUBDIR += snort_inline |