From 7bbc4dc5b60dac2f2638833a0e9ebfbfc5f967cc Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 6 Feb 2007 23:36:12 +0000 Subject: 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 --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') 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 -- cgit