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/snoopy/pkg-descr | |
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/snoopy/pkg-descr')
-rw-r--r-- | security/snoopy/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/snoopy/pkg-descr b/security/snoopy/pkg-descr new file mode 100644 index 000000000000..4d74b5c49a09 --- /dev/null +++ b/security/snoopy/pkg-descr @@ -0,0 +1,9 @@ +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/ |