All of lore.kernel.org
 help / color / mirror / Atom feed
From: "George C. Wilson" <ltcgcw@us.ibm.com>
To: Steve Grubb <sgrubb@redhat.com>
Cc: linux-audit@redhat.com
Subject: Re: [PATCH] Audit of POSIX Message Queue Syscalls v.2
Date: Wed, 24 May 2006 20:33:24 -0500	[thread overview]
Message-ID: <20060525013323.GA25898@us.ibm.com> (raw)
In-Reply-To: <200605241753.15239.sgrubb@redhat.com>

On Wed, May 24, 2006 at 05:53:15PM -0400, Steve Grubb wrote:
> On Wednesday 24 May 2006 17:09, George C. Wilson wrote:
> > +extern int audit_mq_open(int oflag, mode_t mode, struct mq_attr __user *u_attr);
> > +extern int audit_mq_timedsend(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec __user *u_abs_timeout);
> > +extern int audit_mq_timedreceive(mqd_t mqdes, size_t msg_len, unsigned int __user *u_msg_prio, const struct timespec __user *u_abs_timeout);
> > +extern int audit_mq_notify(mqd_t mqdes, const struct sigevent __user *u_notification);
> > +extern int audit_mq_getsetattr(mqd_t mqdes, struct mq_attr *mqstat);
> 
> We also recently updated all the audit hook functions to be inline functions that 
> check audit_enable and call the real function if true.
> 
> -Steve

Well, thought I was ready to post the delta.  Inlining was one of the changes
Jose mentioned last go round.  I'll make this mod, too.  No post tonight,
though.

-- 
George Wilson <ltcgcw@us.ibm.com>
IBM Linux Technology Center

      reply	other threads:[~2006-05-25  1:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-17  1:40 [PATCH] Audit of POSIX Message Queue Syscalls George C. Wilson
2006-05-17 13:34 ` Steve Grubb
2006-05-17 16:39   ` Amy Griffis
2006-05-17 18:11     ` Steve Grubb
2006-05-17 22:38   ` George C. Wilson
2006-05-17 14:34 ` Timothy R. Chavez
2006-05-17 18:27   ` Steve Grubb
2006-05-24 21:09 ` [PATCH] Audit of POSIX Message Queue Syscalls v.2 George C. Wilson
2006-05-24 21:23   ` Linda Knippers
2006-05-24 21:32   ` Amy Griffis
2006-05-24 21:53   ` Steve Grubb
2006-05-25  1:33     ` George C. Wilson [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=20060525013323.GA25898@us.ibm.com \
    --to=ltcgcw@us.ibm.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.