From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] the exit field should not be used in entry list Date: Mon, 28 Jul 2008 11:33:02 -0400 Message-ID: <200807281133.02641.sgrubb@redhat.com> References: <488D1661.6090605@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <488D1661.6090605@cn.fujitsu.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: zhangxiliang Cc: Linux Audit List-Id: linux-audit@redhat.com Hi, On Sunday 27 July 2008 20:44:17 zhangxiliang wrote: > The entry list is applied to match fields before excuting syscall. When > matching, the exit code of syscall is unknown. So the exit field should not > be used in entry list. Looks good. Applied. I also checked the code in libaudit.c and fixed it to do the same thing. Thanks for the patch. -Steve