From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] auditctl Running In QEMU Date: Mon, 27 Aug 2012 10:32:30 -0400 Message-ID: <6767735.BcEN2iof8t@x2> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Friday, June 15, 2012 01:23:13 PM Nathaniel Husted wrote: > The current stable version of ARM will not run in QEMU and errors with > an "unknown machine type" error. The following patch adds two machine > times to the ARMEB machine architecture. "armv5tejl" is the type > returned by uname -m when running the versatilepb machine type with a > default CPU (under Debian Squeeze 6.0). "armv7l" is return by uname -m > when run on a Samgsung Galaxy S SGH-I897 phone. Are the syscall numbers OK? IOW, with this change auditing works correctly on those systems? -Steve > Signed-off by: Nathaniel Husted > > diff -rpuN audit-2.2.1/lib/machinetab.h audit-2.2.1-patched/lib/machinetab.h > --- audit-2.2.1/lib/machinetab.h 2012-03-23 08:42:44.000000000 -0400 +++ > audit-2.2.1-patched/lib/machinetab.h 2012-06-15 16:18:33.069787303 -0400 @@ > -35,4 +35,6 @@ _S(MACH_ALPHA, "alpha" ) > #endif > #ifdef WITH_ARMEB > _S(MACH_ARMEB, "armeb" ) > +_S(MACH_ARMEB, "armv5tejl") > +_S(MACH_ARMEB, "armv7l") > #endif > > -- > Linux-audit mailing list > Linux-audit@redhat.com > https://www.redhat.com/mailman/listinfo/linux-audit