From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gao feng Subject: Re: [PATCH] audit: allow unlimited backlog queue Date: Wed, 15 Jan 2014 09:19:41 +0800 Message-ID: <52D5E22D.4000503@cn.fujitsu.com> References: <1389740356-18867-1-git-send-email-rgb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1389740356-18867-1-git-send-email-rgb@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Richard Guy Briggs , linux-audit@redhat.com List-Id: linux-audit@redhat.com On 01/15/2014 06:59 AM, Richard Guy Briggs wrote: > Since audit can already be disabled by "audit=0" on the kernel boot line, or by > the command "auditctl -e 0", it would be more useful to have the > audit_backlog_limit set to zero mean effectively unlimited (limited only by > system resources). > > Signed-off-by: Richard Guy Briggs > --- > Acked-by: Gao feng Thanks!