* [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
* Re: [PATCH] Fix bug of missing type MAC_IPSEC_EVENT
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
0 siblings, 1 reply; 4+ messages in thread
From: Steve Grubb @ 2008-08-26 19:20 UTC (permalink / raw)
To: Yu Zhiguo; +Cc: audit-list
On Tuesday 26 August 2008 00:44:35 Yu Zhiguo wrote:
> Type MAC_IPSEC_EVENT should be recognized in 'msg_typetab.h'.
> This is the patch for audit-1.7.5.
Applied. I also found 2 more new ones that were not in this table and added
them too. Thanks for the patch!
-Steve
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix bug of missing type MAC_IPSEC_EVENT
2008-08-26 19:20 ` Steve Grubb
@ 2008-08-28 10:37 ` Peng Haitao
2008-08-28 16:55 ` Steve Grubb
0 siblings, 1 reply; 4+ messages in thread
From: Peng Haitao @ 2008-08-28 10:37 UTC (permalink / raw)
To: Steve Grubb; +Cc: audit-list
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix bug of missing type MAC_IPSEC_EVENT
2008-08-28 10:37 ` Peng Haitao
@ 2008-08-28 16:55 ` Steve Grubb
0 siblings, 0 replies; 4+ messages in thread
From: Steve Grubb @ 2008-08-28 16:55 UTC (permalink / raw)
To: Peng Haitao; +Cc: audit-list
On Thursday 28 August 2008 06:37:52 Peng Haitao wrote:
> I also found that 1 type "AUDIT_ANOM_ROOT_TRANS" was not in this table
> and should be added.
Applied. Thanks for the patch.
-Steve
^ permalink raw reply [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