From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Haitao Subject: Re: [PATCH] Fix bug of missing type MAC_IPSEC_EVENT Date: Thu, 28 Aug 2008 18:37:52 +0800 Message-ID: <48B68000.8090905@cn.fujitsu.com> References: <48B38A33.8020004@cn.fujitsu.com> <200808261520.04676.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200808261520.04676.sgrubb@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Steve Grubb Cc: audit-list List-Id: linux-audit@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 --- 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