From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932984AbdCGQWJ (ORCPT ); Tue, 7 Mar 2017 11:22:09 -0500 Received: from mail.kernel.org ([198.145.29.136]:52578 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755572AbdCGQV2 (ORCPT ); Tue, 7 Mar 2017 11:21:28 -0500 Date: Tue, 7 Mar 2017 11:20:56 -0500 From: Steven Rostedt To: Richard Guy Briggs Cc: Paul Moore , Linux-Audit Mailing List , LKML , Greg Kroah-Hartman , Ingo Molnar , Al Viro Subject: Re: Hundreds of null PATH records for *init_module syscall audit logs Message-ID: <20170307112056.4e27424a@gandalf.local.home> In-Reply-To: <20170307160027.GB10258@madcap2.tricolour.ca> References: <20170301031549.GT18258@madcap2.tricolour.ca> <20170301033704.GU18258@madcap2.tricolour.ca> <20170307033954.GS18258@madcap2.tricolour.ca> <20170307104139.38f5cd38@gandalf.local.home> <20170307160027.GB10258@madcap2.tricolour.ca> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 7 Mar 2017 11:00:27 -0500 Richard Guy Briggs wrote: > On 2017-03-07 10:41, Steven Rostedt wrote: > > On Mon, 6 Mar 2017 22:39:54 -0500 > > Richard Guy Briggs wrote: > > > > > >From the output I've seen, it doesn't look particularly useful, but it > > > was useful to finally see the source of those huge numbers of PATH > > > records. Here's an fpaste: > > > https://paste.fedoraproject.org/paste/UpZoYuokojR0es1ayNdx5l5M1UNdIGYhyRLivL9gydE=/ > > > > Those are the files for the module's trace events that are created. > > > > I'm still confused about what the issue is. > > The issue is the audit subsystem being overwhelmed by potentially > useless information. > > The initial report was "there's a bunch of null PATH records, please > make them go away", which was anywhere from 500 to 6000 records. I don't know the audit system and exactly what it is looking for. How does it deal with other virtual filesystems like procfs? Why is tracefs different? -- Steve