Session recording

VirginSnow at vfemail.net VirginSnow at vfemail.net
Sat Mar 29 17:03:24 EDT 2008


> Date: Sat, 29 Mar 2008 08:51:00 -0400
> From: "Kenny Lussier" <klussier at gmail.com>

> doesn't record the output, though. The other problem is scripts.
> Someone can copy a script to a box and run it, and the only thing that
> is logged is the executed script name, not what was actually done...

Wrapping every shell like such might get you what you want:

#!/bin/sh
exec strace -o /path/to/some/write-only-socket "$@"

Make sure you have a heavy data sink on the other side of that socket
though!  You're going to get A LOT of data.


More information about the gnhlug-discuss mailing list