All of lore.kernel.org
 help / color / mirror / Atom feed
From: LC Bruzenak <lenny@magitekltd.com>
To: Steve Grubb <sgrubb@redhat.com>
Cc: linux-audit@redhat.com
Subject: Re: possible "comm"
Date: Mon, 04 Aug 2008 17:18:17 -0500	[thread overview]
Message-ID: <1217888297.30693.403.camel@homeserver> (raw)
In-Reply-To: <200808041631.45386.sgrubb@redhat.com>

On Mon, 2008-08-04 at 16:31 -0400, Steve Grubb wrote:
> On Thursday 31 July 2008 17:01:22 LC Bruzenak wrote:
> > While looking through some audit events in the audit-viewer I saw what I
> > thought might be a display error (see below "comm="), however when I
> > look at the event using ausearch I see the same thing:
> >
> > # ausearch -ts recent -i -a 50457
> > ----
> > type=SOCKADDR msg=audit(07/31/2008 15:37:43.602:50457) : saddr=inet
> > host:127.0.0.1 serv:16001
> > type=SYSCALL msg=audit(07/31/2008 15:37:43.602:50457) : arch=x86_64
> > syscall=connect success=no exit=-111(Connection refused) a0=10
> > a1=2f96d30 a2=10 a3=7fff13ee75dc items=0 ppid=22794 pid=23014 auid=root
> > uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root
> > fsgid=root tty=pts3 ses=818 comm=/usr/share/audi exe=/usr/bin/python
> > subj=root:auditadm_r:auditadm_t:s15:c0.c1023 key=(null)
> > type=AVC msg=audit(07/31/2008 15:37:43.602:50457) : avc:  denied
> > { recvfrom } for  pid=23014 comm=/usr/share/audi
> 
> You are referring to comm ^^ ?
> 
> http://lxr.linux.no/linux/include/linux/sched.h#L201
> 
> The define is 16 characters long. This is to give you a hint about what it is 
> that the interpreter might be executing. When its full path, you only get the 
> first 16 chars, when someone just uses the command name and lets the shell 
> find it, its more likely what you wanted.
> 
> comm is not 100% trustworthy but it helps you figure out what was being 
> interpreted. My guess would be audit-viewer in this case.
> 
> -Steve

Steve,

I apologize for the poorly-worded email; thanks for the answer. You did
a good job figuring out what I was asking about. :)

Since the audit-viewer script has:
exec /usr/bin/python -O /usr/share/audit-viewer/main.py "$@"

I'd guess that you were pointing in the right direction.
But I would prefer that the comm field be more trustworthy.

In reality, the /usr/bin/audit-viewer executable script really called
the python exec which then interpreted the main.py script...I think. I'm
not getting that from this event, however.

Maybe if I go examine the other events before there I'd get a better
picture to correlate the viewer launch.

I guess the real issue here (as you pointed out) is that we have
different entities - interpreted script/interpreter executable as
opposed to command/resulting executable, but the same structure is used
for each.

Thx,
LCB.
-- 
LC (Lenny) Bruzenak
lenny@magitekltd.com

  reply	other threads:[~2008-08-04 22:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-31 21:01 possible "comm" LC Bruzenak
2008-08-04 20:31 ` Steve Grubb
2008-08-04 22:18   ` LC Bruzenak [this message]
2008-08-04 22:45     ` Steve Grubb

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=1217888297.30693.403.camel@homeserver \
    --to=lenny@magitekltd.com \
    --cc=linux-audit@redhat.com \
    --cc=sgrubb@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.