All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Grubb <sgrubb@redhat.com>
To: linux-audit@redhat.com
Subject: Re: How do I get complete list of audit event types
Date: Tue, 08 Apr 2014 16:41:02 -0400	[thread overview]
Message-ID: <1679533.n9NnUncPTf@x2> (raw)
In-Reply-To: <CAAnai+XT1-VA_t-aDGOWRf2y7OtySCLoVFHQUdzU6Uzt8zfvxg@mail.gmail.com>

On Tuesday, April 08, 2014 10:53:40 AM Satish Chandra Kilaru wrote:
> Hi
> 
> I want to understand the logs in /var/log/audit/audit.log. Where can I get
> complete list of audit event types 

ausearch -m help 2>&1 | tr ' ' '\n' | egrep '^[A-Z]' | egrep -v 'ALL|Valid' | sort

> and what they mean?

Each event type has some comment in the header files /usr/include/libaudit.h
and /usr/include/linux/audit.h. There is also some documentation here:

https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sec-Understanding_Audit_Log_Files.html

And I want to think some other distros have docs as well.

-Steve

  reply	other threads:[~2014-04-08 20:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-08 14:53 How do I get complete list of audit event types Satish Chandra Kilaru
2014-04-08 20:41 ` Steve Grubb [this message]
2014-04-08 20:47   ` Satish Chandra Kilaru
2014-04-09 15:24     ` Satish Chandra Kilaru
2014-04-09 16:23       ` lists_todd
2017-11-23 17:57         ` Richard Guy Briggs

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=1679533.n9NnUncPTf@x2 \
    --to=sgrubb@redhat.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.