All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael C Thompson <thompsmc@us.ibm.com>
To: Stephen Smalley <sds@tycho.nsa.gov>
Cc: Steve Grubb <sgrubb@redhat.com>, SE Linux <selinux@tycho.nsa.gov>
Subject: Re: [PATCH] newrole auditing of failures due to user actions
Date: Thu, 28 Sep 2006 15:36:47 -0500	[thread overview]
Message-ID: <451C325F.8060605@us.ibm.com> (raw)
In-Reply-To: <1159475362.14884.9.camel@moss-spartans.epoch.ncsc.mil>

Stephen Smalley wrote:
> On Thu, 2006-09-28 at 15:05 -0500, Michael C Thompson wrote:
>> Michael C Thompson wrote:
>>> This patch introduces two new point in the code where audit records are 
>>> generated for newrole. Both points are when the attempt to newrole fails.
> 
> In addition to my prior comments about the #ifdefs:
> 
>>> --- policycoreutils-1.30.29/newrole/newrole.c	2006-09-14 07:07:26.000000000 -0500
>>> +++ policycoreutils-1.30.29.orig.dev/newrole/newrole.c	2006-09-28 14:21:27.000000000 -0500
>>> @@ -394,6 +396,41 @@
>>> +/* Send audit message */
>>> +int send_audit_message(int success, security_context_t old_context,
>>> +			security_context_t new_context, const char *ttyn)
>>> +{
>>> +	char *msg = NULL;
>>> +	int rc;
>>> +	int audit_fd = audit_open();
>>> +
>>> +	if (audit_fd < 0) {
>>> +		fprintf(stderr, _("Error connecting to audit system.\n"));
>>> +		rc = -1;
>>> +		goto out;
> 
> I think you just want to return -1 here, as there is no cleanup to be
> done at this point and the out path will try to do a close(audit_fd)
> i.e. close(-1) in this case, which isn't legal.

Ah yes, my fault. I had caught that in one of my previous patch drafts. 
I will fix this and re-send, copying the proper lists.

Thanks.



--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

  reply	other threads:[~2006-09-28 20:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-28 19:37 [PATCH] newrole auditing of failures due to user actions Michael C Thompson
2006-09-28 20:05 ` Michael C Thompson
2006-09-28 20:05   ` Michael C Thompson
2006-09-28 20:15   ` Steve Grubb
2006-09-28 20:15     ` Steve Grubb
2006-09-28 20:29   ` Stephen Smalley
2006-09-28 20:36     ` Michael C Thompson [this message]
2006-09-28 20:10 ` Stephen Smalley
2006-09-28 20:38   ` Michael C Thompson

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=451C325F.8060605@us.ibm.com \
    --to=thompsmc@us.ibm.com \
    --cc=sds@tycho.nsa.gov \
    --cc=selinux@tycho.nsa.gov \
    --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.