From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: rotating audit logs Date: Tue, 13 Feb 2007 10:37:33 -0500 Message-ID: <200702131037.33592.sgrubb@redhat.com> References: <45D1D9D2.70706@aa.usno.navy.mil> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <45D1D9D2.70706@aa.usno.navy.mil> 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 Tuesday 13 February 2007 10:31, Bill Tangren wrote: > Is is possible to have the auditd daemon rotate the logs according to time, > rather than size? There is a log rotation script suitable for cron usage in the audit package. You just simply need to add it to your cron setup. > If auditd cannot do this, is it possible to turn off log rotating and let > the logrotate daemon do it? You could do that too, but you'll have to teach logrotate about the audit logs. -Steve