From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Current Red Hat Kernels 2.6.18 & 2.6.32 not able to have non-existent files in audit.rules? Date: Tue, 2 Feb 2016 20:03:53 +0100 Message-ID: <20160202200353.22b7e189@ivy-bridge> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: leam hall Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Tue, 2 Feb 2016 12:05:38 -0500 leam hall wrote: > Running into errors where we're pushing out a blanket audit.rules > file and some servers don't have some of the files. I've seen the -i > and -c suggestion for auditctl but wanted to confirm that that's the > right choice. We need to ensure warnings don't choke auditd or make > it skip other rules. -c will make it continue but ultimately report failure. -i will make it continue and pretend nothing is wrong. Either could be correct depending on whether you want success or failure final status. -Steve