Steve is correct AFAIK regarding #2. I am unaware of the original meaning for ARMEB, but functionality it must match the machine name returned by the Linux Kernel. If --with-armeb is not used on ARM platforms, many audit tools will return "Machine Type Not Found" or something similar. This has been a little frustrating with ARM, because unlike X86/X86_64 machine types, there are a slew of ARM types out there based on my experience. The SVN currently has support for Qemu, most Android devices, and the Raspberry Pi. Other ARM processors are trivial to add if you have the machine name. This'll probably be needed upon the release of the armv8 64-bit processors.<div>
<br></div><div>Cheers,</div><div>Nathaniel Husted</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 16, 2012 at 1:21 PM, Steve Grubb <span dir="ltr"><<a href="mailto:sgrubb@redhat.com" target="_blank">sgrubb@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Friday, November 16, 2012 06:00:56 PM Laurent Bigonville wrote:<br>
> I've several questions about the --with-alpha and --with-armeb<br>
> build-time flags.<br>
><br>
> 1) are --with-alpha and --with-armeb intended to be enabled only on<br>
> these architectures on could they also be enabled on any other one?<br>
<br>
</div>If you have an aggregating server and you want to make sense of the syscalls<br>
on these arches, then you might want them enabled. To my knowledge, Fedora<br>
never made an Alpha process distribution so it would be waste to enable that.<br>
I suppose there is a remote possibility that some other distribution did and<br>
it might get aggregated to a Fedora machine, but no one has ever complained.<br>
<div class="im"><br>
> If I understand correctly it's only adding arch detection and syscall<br>
> tables to ausyscall. Why are these syscall table conditional?<br>
<br>
</div>To reduce the number of text relocations in libaudit. Libaudit links against a<br>
number of applications and text relocations eats memory and increases startup<br>
time.<br>
<div class="im"><br>
<br>
> 2) Is --with-armeb meant for ARMEB (aka ARM big-endian) or is it meant<br>
> for ARM with embedded ABI? The help message of the configure says the<br>
> later but it seems to be badly named.<br>
<br>
</div>I think its related to what comes out of uname -m.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Steve<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
Linux-audit mailing list<br>
<a href="mailto:Linux-audit@redhat.com">Linux-audit@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-audit" target="_blank">https://www.redhat.com/mailman/listinfo/linux-audit</a><br>
</div></div></blockquote></div><br></div>