All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Haitao <penght@cn.fujitsu.com>
To: Steve Grubb <sgrubb@redhat.com>
Cc: audit-list <linux-audit@redhat.com>
Subject: Re: [PATCH] Fix bug of missing type MAC_IPSEC_EVENT
Date: Thu, 28 Aug 2008 18:37:52 +0800	[thread overview]
Message-ID: <48B68000.8090905@cn.fujitsu.com> (raw)
In-Reply-To: <200808261520.04676.sgrubb@redhat.com>

Steve Grubb said the following on 2008-8-27 3:20:
> Applied. I also found 2 more new ones that were not in this table and added 
> them too. Thanks for the patch!
> 

I also found that 1 type "AUDIT_ANOM_ROOT_TRANS" was not in this table
and should be added.

Type ANOM_ROOT_TRANS should be recognized in 'msg_typetab.h'.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>

---
 lib/msg_typetab.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/msg_typetab.h b/lib/msg_typetab.h
index 92441a4..9e57670 100644
--- a/lib/msg_typetab.h
+++ b/lib/msg_typetab.h
@@ -142,6 +142,7 @@ _S(AUDIT_ANOM_MK_EXEC,               "ANOM_MK_EXEC"                  )
 _S(AUDIT_ANOM_ADD_ACCT,              "ANOM_ADD_ACCT"                 )
 _S(AUDIT_ANOM_DEL_ACCT,              "ANOM_DEL_ACCT"                 )
 _S(AUDIT_ANOM_MOD_ACCT,              "ANOM_MOD_ACCT"                 )
+_S(AUDIT_ANOM_ROOT_TRANS,            "ANOM_ROOT_TRANS"               )
 _S(AUDIT_RESP_ANOMALY,               "RESP_ANOMALY"                  )
 _S(AUDIT_RESP_ALERT,                 "RESP_ALERT"                    )
 _S(AUDIT_RESP_KILL_PROC,             "RESP_KILL_PROC"                )
-- 
1.5.3


-- 
Regards
Peng Haitao

  reply	other threads:[~2008-08-28 10:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-26  4:44 [PATCH] Fix bug of missing type MAC_IPSEC_EVENT Yu Zhiguo
2008-08-26 19:20 ` Steve Grubb
2008-08-28 10:37   ` Peng Haitao [this message]
2008-08-28 16:55     ` 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=48B68000.8090905@cn.fujitsu.com \
    --to=penght@cn.fujitsu.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.