All of lore.kernel.org
 help / color / mirror / Atom feed
From: Karl MacMillan <kmacmillan@mentalrootkit.com>
To: SELinux List <selinux@tycho.nsa.gov>
Subject: Re: [PATCH] sepolgen: process USER_AVC messages
Date: Thu, 01 Mar 2007 14:13:51 -0500	[thread overview]
Message-ID: <1172776431.3099.12.camel@localhost.localdomain> (raw)
In-Reply-To: <1172768366.30103.28.camel@localhost.localdomain>

On Thu, 2007-03-01 at 11:59 -0500, Karl MacMillan wrote:
> This patch adds USER_AVC messages to the message types parsed by
> sepolgen.
> 
> diff -r 9bb2118cf4a4 sepolgen/src/sepolgen/audit.py
> --- a/sepolgen/src/sepolgen/audit.py	Thu Mar 01 11:33:49 2007 -0500
> +++ b/sepolgen/src/sepolgen/audit.py	Thu Mar 01 11:58:51 2007 -0500
> @@ -32,7 +32,7 @@ def get_audit_msgs():
>         string contain all of the audit messages returned by ausearch.
>      """
>      import subprocess
> -    output = subprocess.Popen(["/sbin/ausearch", "-m", "AVC,MAC_POLICY_LOAD,DAEMON_START"],
> +    output = subprocess.Popen(["/sbin/ausearch", "-m", "AVC,USER_AVC,MAC_POLICY_LOAD,DAEMON_START"],
>                                stdout=subprocess.PIPE).communicate()[0]
>      return output
>  

This and the other two patches for refpolicy output style and interface
call parameter extraction were merged into trunk.

Karl


--
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:[~2007-03-01 19:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-01 16:59 [PATCH] sepolgen: process USER_AVC messages Karl MacMillan
2007-03-01 19:13 ` Karl MacMillan [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=1172776431.3099.12.camel@localhost.localdomain \
    --to=kmacmillan@mentalrootkit.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.