From mboxrd@z Thu Jan 1 00:00:00 1970 From: ramsdell@mitre.org (John D. Ramsdell) Subject: Re: clone flags Date: 20 Jul 2007 07:07:57 -0400 Message-ID: References: <1184867993.3544.26.camel@localhost.localdomain> <1184873837.3923.1.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <1184873837.3923.1.camel@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Eric Paris Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com Eric Paris writes: > So I'd say change all your stuff to look only at a0 for clone and > someone (sgrubb already knows) needs to fix auparse to look for the > flags in a0 not in a2. I notice the name of the getdents64 system call is printed as getdents. I'll carefully study the output of strace and autrace on all the system calls I monitor, and supply a patch that fixes discrepancies. The code in auparse/interpret.c seems straightforward. John