From: Yu Zhiguo <yuzg@cn.fujitsu.com>
To: Steve Grubb <sgrubb@redhat.com>
Cc: audit-list <linux-audit@redhat.com>
Subject: [PATCH] Fix bug of missing type MAC_IPSEC_EVENT
Date: Tue, 26 Aug 2008 12:44:35 +0800 [thread overview]
Message-ID: <48B38A33.8020004@cn.fujitsu.com> (raw)
Hello steve,
Type MAC_IPSEC_EVENT should be recognized in 'msg_typetab.h'.
This is the patch for audit-1.7.5.
Signed-off-by: Yu Zhiguo<yuzg@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 03b7d9c..b29c1c4 100644
--- a/lib/msg_typetab.h
+++ b/lib/msg_typetab.h
@@ -110,6 +110,7 @@ _S(AUDIT_MAC_IPSEC_ADDSA, "MAC_IPSEC_ADDSA" )
_S(AUDIT_MAC_IPSEC_DELSA, "MAC_IPSEC_DELSA" )
_S(AUDIT_MAC_IPSEC_ADDSPD, "MAC_IPSEC_ADDSPD" )
_S(AUDIT_MAC_IPSEC_DELSPD, "MAC_IPSEC_DELSPD" )
+_S(AUDIT_MAC_IPSEC_EVENT, "MAC_IPSEC_EVENT" )
_S(AUDIT_ANOM_PROMISCUOUS, "ANOM_PROMISCUOUS" )
_S(AUDIT_ANOM_ABEND, "ANOM_ABEND" )
#ifdef WITH_APPARMOR
--
1.5.4.2
next reply other threads:[~2008-08-26 4:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-26 4:44 Yu Zhiguo [this message]
2008-08-26 19:20 ` [PATCH] Fix bug of missing type MAC_IPSEC_EVENT Steve Grubb
2008-08-28 10:37 ` Peng Haitao
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=48B38A33.8020004@cn.fujitsu.com \
--to=yuzg@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox