From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Re-implement auditd main loop using libev Date: Thu, 7 Aug 2008 23:03:51 -0400 Message-ID: <200808072303.52008.sgrubb@redhat.com> References: <200808080202.m7822r6j029813@greed.delorie.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <200808080202.m7822r6j029813@greed.delorie.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Thursday 07 August 2008 22:02:53 DJ Delorie wrote: > This is the first in a (hopefully short) series of patches to add the > server side of the remote logging that was started in the 1.7 series. > The idea here is to use the libev event library to manage events > coming in to auditd, be they from netlink, signals, or some network > connection (a future patch); rather than the custom event loop that > only supported netlink. =C2=A0This also simplifies signal handling, as > signals are recognized synchronously in the main context instead of in > a signal context. Just an FYI for anyone making changes to the audit code that there are 2 = test=20 suites, one from IBM as part of the LTP and one from HP here: http://sourceforge.net/projects/audit-test/ they should still pass at this point. This patch was applied. Thanks! I needed to adjust the AM_FLAGS in libev = for=20 PIC. There have been a lot of updates to svn today...anyone sending patch= es=20 might want to doublecheck that they are up to date. Thanks, -Steve