From: Steve Grubb <sgrubb@redhat.com>
To: linux-audit@redhat.com
Cc: "Kirkwood, David A." <DAVID.A.KIRKWOOD@saic.com>
Subject: Re: Pull timestamp from audit event
Date: Thu, 22 Mar 2007 14:56:29 -0400 [thread overview]
Message-ID: <200703221456.30146.sgrubb@redhat.com> (raw)
In-Reply-To: <954E3479CC27224785179CA04904214D055C61A3@0668-its-exmp01.us.saic.com>
On Thursday 22 March 2007 14:41, Kirkwood, David A. wrote:
> How can I pull the timestamp from a particular audit event.
Which audit package? For current, there is the auparse library for C and
python.
> For example:
> I want to pull all /bin/su events from the audit log for the week with
> when they occurred. How can I do this?
If you want to do this by shell scripting, you can do this:
aureport --start this-week --end now -i --file | grep \/bin\/su
-Steve
prev parent reply other threads:[~2007-03-22 18:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-22 18:41 Pull timestamp from audit event Kirkwood, David A.
2007-03-22 18:56 ` Steve Grubb [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200703221456.30146.sgrubb@redhat.com \
--to=sgrubb@redhat.com \
--cc=DAVID.A.KIRKWOOD@saic.com \
--cc=linux-audit@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.