From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Audit for live supervision Date: Tue, 19 Aug 2008 17:47:35 -0400 Message-ID: <200808191747.35877.sgrubb@redhat.com> References: <200808140914.07779.kayhayen@gmx.de> <200808191647.16340.sgrubb@redhat.com> <200808192335.14169.kayhayen@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200808192335.14169.kayhayen@gmx.de> 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: Kay Hayen Cc: linux-audit@redhat.com, alex@segv.de List-Id: linux-audit@redhat.com On Tuesday 19 August 2008 17:35:14 Kay Hayen wrote: > BTW: I looked at auditctl source and did some test, and it seems the rules > can be set by using auditctl even without auditd running. So that means we > don't have to do that ourselves. Sort of. The initscripts of auditd load the rules using auditctl -R /etc/audit/audit.rules. So, you'd want to do that in your initscript if you decide to replace auditd. -Steve