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 code back-patched and the userland code
integrated in Android. One of the primary issues raised at the moment
is the Android Open Source Project code base is not compatible with
GPL code. I am currently unaware of any userland audit interface that
is not under the GPL. I was wondering if anyone on the list knew of
any, if they even exist? Any information is much appreciated.
libaudit is under LGPL which gives you as much latitude as Glibc. The Linux
kernel itself is GPLv2. So, what's the problem with GPL on Android?
-Steve