Linux-audit Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Grubb <sgrubb@redhat.com>
To: linux-audit@redhat.com
Subject: Re: [PATCH] auditctl Running In QEMU
Date: Mon, 27 Aug 2012 10:32:30 -0400	[thread overview]
Message-ID: <6767735.BcEN2iof8t@x2> (raw)
In-Reply-To: <CACkDPNeqyWD7YrrqE=-j6-6tnERCRnoJODPQrHYntMNvD2Ej9Q@mail.gmail.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 <nhusted@gmail.com>
> 
> 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

  reply	other threads:[~2012-08-27 14:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-15 20:23 [PATCH] auditctl Running In QEMU Nathaniel Husted
2012-08-27 14:32 ` Steve Grubb [this message]
2012-08-27 18:24   ` Nathaniel Husted

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6767735.BcEN2iof8t@x2 \
    --to=sgrubb@redhat.com \
    --cc=linux-audit@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox