From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Path ignored but syscall event still logged Date: Wed, 21 Dec 2011 14:24:45 -0500 Message-ID: <201112211424.45877.sgrubb@redhat.com> References: <201112201402.43816.sgrubb@redhat.com> 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: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Wednesday, December 21, 2011 07:17:01 AM Max Williams wrote: > Sorry, forgot to include that! > > [root@host1 ~]# uname -r > 2.6.32-131.21.1.el6.x86_64 > [root@host1 ~]# auditctl -s > AUDIT_STATUS: enabled=1 flag=0 pid=24173 rate_limit=0 backlog_limit=8192 > lost=124822501 backlog=0 Initial assessment, the kernel patch that discards events might only work on open(2). Eric is looking to see if this can be safely broadened. -Steve > On Tuesday, December 20, 2011 12:55:49 PM Max Williams wrote: > > How come this event is not ignored due to the 8th rule? I think I'm > > missing something. > > One piece of information is missing. The enforcement of the audit policy is > done by the kernel. What do you get for uname -r? > > -Steve