From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: rotating audit logs Date: Tue, 13 Feb 2007 11:37:59 -0500 Message-ID: <200702131137.59658.sgrubb@redhat.com> References: <45D1D9D2.70706@aa.usno.navy.mil> <200702131037.33592.sgrubb@redhat.com> <45D1E477.3090304@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: <45D1E477.3090304@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 11:16, Bill Tangren wrote: > How do I prevent auditd from rotating by size? Set max_log_file_action=ignore > Set the maximum size too high to be reached in a day? No, there are 2 controls, the file size and what to do when its reached. In this case you don't care about the size, but you care about what it does. -Steve