All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Brindle <jbrindle@tresys.com>
To: Stephen Smalley <sds@tycho.nsa.gov>
Cc: selinux <selinux@tycho.nsa.gov>, selinux-dev@tresys.com
Subject: Re: [Patch 1/3] Loadable policy module infrastructure
Date: Wed, 01 Jun 2005 15:22:08 -0400	[thread overview]
Message-ID: <1117653728.17443.9.camel@localhost> (raw)
In-Reply-To: <1117638805.32745.59.camel@moss-spartans.epoch.ncsc.mil>

On Wed, 2005-06-01 at 11:13 -0400, Stephen Smalley wrote:
> On Thu, 2005-05-26 at 13:27 -0400, Joshua Brindle wrote:
> > diff -burNd a1/libsepol/src/assertion.c b/libsepol/src/assertion.c
> > --- a1/libsepol/src/assertion.c	1969-12-31 19:00:00.000000000 -0500
> > +++ b/libsepol/src/assertion.c	2005-05-25 13:11:20.410920480 -0400
> > +                if ((avdatump->specified & AVTAB_ALLOWED) && (avtab_allowed(avdatump) & curperm->data)) {
> > +                        fprintf(stderr, "assertion on line %lu violated by allow %s %s:%s ;\n",
> > +                                line, p->p_type_val_to_name[stype], p->p_type_val_to_name[ttype],
> > +                                p->p_class_val_to_name[curperm->class - 1]);
> > +                        return -1;
> 
> The original code in checkpolicy also displayed the access vector as a
> string, which this omits.
> 

you caught me!

I just added this back in, it'll be in the next patchset.


--
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:[~2005-06-01 19:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-26 17:27 [Patch 1/3] Loadable policy module infrastructure Joshua Brindle
2005-05-31 15:49 ` Stephen Smalley
2005-05-31 19:53   ` Joshua Brindle
2005-05-31 20:05     ` Stephen Smalley
2005-05-31 18:00 ` Stephen Smalley
2005-05-31 18:15   ` Joshua Brindle
2005-05-31 18:38 ` Stephen Smalley
2005-05-31 19:28   ` Joshua Brindle
2005-06-01 15:13 ` Stephen Smalley
2005-06-01 19:22   ` Joshua Brindle [this message]
2005-06-09 12:33 ` Stephen Smalley

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=1117653728.17443.9.camel@localhost \
    --to=jbrindle@tresys.com \
    --cc=sds@tycho.nsa.gov \
    --cc=selinux-dev@tresys.com \
    --cc=selinux@tycho.nsa.gov \
    /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.