Re: cross-compiling difficulty with on-the-fly gen/build/use paradigm

2012-08-20 Thread Miloslav Trmac
- Original Message - I'm having a problem trying to cross-compile audit. The problem is that gen_actiontabs_h is built using the cross-compiler (for ARM), and then it's asked to run on the host (x86_64). Is there a simple way around this? A complex way, perhaps? Extra points for

Re: [PATCH] audit: grab a reference to context-pwd when it's cached

2012-08-20 Thread Peter Moody
Hi Al, Any word on a less unpleasant fix? Also, do you know if/how I could measure the impact of the cacheline bouncing? I haven't been able to notice anything anecdotally on the machine running this patch, but I'm not pushing it incredibly hard. Cheers, peter On Wed, Aug 15, 2012 at 6:41 PM,

GPL-less alternatives to the Audit Userland

2012-08-20 Thread Nathaniel Husted
For a while I've been working on a project that ports/forks Audit to the Android platform (https://github.com/nwhusted/AuditdAndroid). I currently have a proof of concept in operation and I am working on getting the relevant kernel code back-patched and the userland code integrated in Android. One

Re: GPL-less alternatives to the Audit Userland

2012-08-20 Thread Steve Grubb
On Monday, August 20, 2012 02:33:36 PM Nathaniel Husted wrote: For a while I've been working on a project that ports/forks Audit to the Android platform (https://github.com/nwhusted/AuditdAndroid). I currently have a proof of concept in operation and I am working on getting the relevant kernel

Re: GPL-less alternatives to the Audit Userland

2012-08-20 Thread Nathaniel Husted
Some details on why Google is as finicky as they are with (L)GPL code is located at http://source.android.com/source/licenses.html. The executive summary is that because device manufacturers use static system images on read-only partitions, they cannot comply fully with (even) the LGPL. I am