Re: execve call inspection with stdout/stderr logging
From: Volker Birk (bumens_at_dingens.org)
Date: 11/22/03
- Next message: Volker Birk: "Re: How to build a secure server with modules written in C/C++?"
- Previous message: Volker Birk: "Re: Need information on C3 Security for hpux."
- In reply to: GeorgeatNordland: "execve call inspection with stdout/stderr logging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 22 Nov 2003 22:00:25 +0100
GeorgeatNordland <georgios@ulrik.uio.no> wrote:
> I have a question that relates to execve system call inspection. What
> I am basically trying to do is to log all execve calls in a log file,
With Linux: use strace.
With BSD: use ktrace.
The rest is shell scripting.
VB.
-- X-Pie Software GmbH Postfach 1540, 88334 Bad Waldsee Phone +49-7524-996806 Fax +49-7524-996807 mailto:vb@x-pie.de http://www.x-pie.de
- Next message: Volker Birk: "Re: How to build a secure server with modules written in C/C++?"
- Previous message: Volker Birk: "Re: Need information on C3 Security for hpux."
- In reply to: GeorgeatNordland: "execve call inspection with stdout/stderr logging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]