* [PATCH] audit: armv6l added to machintab for Raspberry Pi
@ 2012-10-09 1:06 Nathaniel Husted
2012-11-05 14:25 ` Steve Grubb
0 siblings, 1 reply; 2+ messages in thread
From: Nathaniel Husted @ 2012-10-09 1:06 UTC (permalink / raw)
To: linux-audit
This patch was created to add the armv6l (Raspberry Pi) platform to
audit. Without the patch auditctl errors that it cannot find the
machine type whenever loading the rules file. This patch was tested on
a physical raspberry pi board. The environment was the latest Raspbian
distribution and the latest audit from the SVN. Upon the loading of
the rules file, I was able to test the clone, execve, and fork system
calls using a back patch for the Raspberry Pi kernel (they're still on
3.2).
Signed-off-by: Nathaniel Husted <nhusted@gmail.com>
---
diff --git a/lib/machinetab.h b/lib/machinetab.h
index 378db6e..60509c4 100644
--- a/lib/machinetab.h
+++ b/lib/machinetab.h
@@ -37,4 +37,5 @@ _S(MACH_ALPHA, "alpha" )
_S(MACH_ARMEB, "armeb" )
_S(MACH_ARMEB, "armv5tejl")
_S(MACH_ARMEB, "armv7l")
+_S(MACH_ARMEB, "armv6l")
#endif
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] audit: armv6l added to machintab for Raspberry Pi
2012-10-09 1:06 [PATCH] audit: armv6l added to machintab for Raspberry Pi Nathaniel Husted
@ 2012-11-05 14:25 ` Steve Grubb
0 siblings, 0 replies; 2+ messages in thread
From: Steve Grubb @ 2012-11-05 14:25 UTC (permalink / raw)
To: linux-audit
On Monday, October 08, 2012 09:06:40 PM Nathaniel Husted wrote:
> This patch was created to add the armv6l (Raspberry Pi) platform to
> audit. Without the patch auditctl errors that it cannot find the
> machine type whenever loading the rules file. This patch was tested on
> a physical raspberry pi board. The environment was the latest Raspbian
> distribution and the latest audit from the SVN. Upon the loading of
> the rules file, I was able to test the clone, execve, and fork system
> calls using a back patch for the Raspberry Pi kernel (they're still on
> 3.2).
Applied. Thanks.
-Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-05 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 1:06 [PATCH] audit: armv6l added to machintab for Raspberry Pi Nathaniel Husted
2012-11-05 14:25 ` Steve Grubb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox