Linux-audit Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Grubb <sgrubb@redhat.com>
To: linux-audit@redhat.com
Cc: Taylor_Tad@emc.com
Subject: Re: Recording user commands (from RE: Linux-audit Digest, Vol 31, Issue 12)
Date: Fri, 27 Apr 2007 16:10:07 -0400	[thread overview]
Message-ID: <200704271610.07849.sgrubb@redhat.com> (raw)
In-Reply-To: <CEF7DE8455A91D42A0435A429564032904FFA874@CORPUSMX40B.corp.emc.com>

On Friday 27 April 2007 16:05, Taylor_Tad@emc.com wrote:
> While a little more verbose than one might like, couldn't you audit
> exec() system calls?

Yes, you could certainly do that. But as you said, it would be more data than 
you would want. If you had a policy of no root logins, you could define a 
rule something like this:

-a always,entry -S execve -F 'auid>=500'

And that should cut it down to the commands run by real users and not daemons.

>However, you might want to only audit successful exec()s.

I don't think execve returns in the normal sense when successful.

-Steve

  reply	other threads:[~2007-04-27 20:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20070426160026.DFC3B73253@hormel.redhat.com>
2007-04-27 20:05 ` Recording user commands (from RE: Linux-audit Digest, Vol 31, Issue 12) Taylor_Tad
2007-04-27 20:10   ` Steve Grubb [this message]
2007-04-27 20:28   ` Paul Moore
2007-04-27 21:38     ` Valdis.Kletnieks

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=200704271610.07849.sgrubb@redhat.com \
    --to=sgrubb@redhat.com \
    --cc=Taylor_Tad@emc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox