public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
* [PATCH] Fix bug of missing type MAC_IPSEC_EVENT
@ 2008-08-26  4:44 Yu Zhiguo
  2008-08-26 19:20 ` Steve Grubb
  0 siblings, 1 reply; 4+ messages in thread
From: Yu Zhiguo @ 2008-08-26  4:44 UTC (permalink / raw)
  To: Steve Grubb; +Cc: audit-list

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-08-28 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2008-08-28 16:55     ` Steve Grubb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox