Re: How to log user activity?
spam_at_steve.org.uk
Date: 02/25/05
- Next message: Charles Sullivan: "JavaScript security leaks?"
- Previous message: exquisitus: "How to log user activity?"
- In reply to: exquisitus: "How to log user activity?"
- Next in thread: Gandalf Parker: "Re: How to log user activity?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 25 Feb 2005 09:49:32 -0800
exquisitus wrote:
> I am about to allow external users to log onto my dev machine,
accross
> the internet. I would like to log their activities so that I can
perform
> an audit trail. Anyone knows how to do this/or a utility/script that
> allows me to do this?
Depending on your operating system you might find "snoopy" useful,
it will log all processes executed, via the use of LD_PRELOAD, to
syslog.
Under Debian you can install it easily, and it's described briefly
here:
http://www.debian-administration.org/?article=88
Snoopy lives here:
http://sourceforge.net/projects/snoopylogger/
Steve
-- www.steve.org.uk
- Next message: Charles Sullivan: "JavaScript security leaks?"
- Previous message: exquisitus: "How to log user activity?"
- In reply to: exquisitus: "How to log user activity?"
- Next in thread: Gandalf Parker: "Re: How to log user activity?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|