diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-07 07:36:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-07 07:36:12 +0800 |
commit | 7bbc4dc5b60dac2f2638833a0e9ebfbfc5f967cc (patch) | |
tree | 53dc26707acb8532c222af2cc0540e11e11b8d92 /security/Makefile | |
parent | 1b7e2088b43d2be193e96f156488d9b27d4ce928 (diff) | |
download | freebsd-ports-gnome-7bbc4dc5b60dac2f2638833a0e9ebfbfc5f967cc.tar.gz freebsd-ports-gnome-7bbc4dc5b60dac2f2638833a0e9ebfbfc5f967cc.tar.zst freebsd-ports-gnome-7bbc4dc5b60dac2f2638833a0e9ebfbfc5f967cc.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>
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 |