From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [patch 2/3] audit: rework execve audit Date: Tue, 26 Jun 2007 15:55:41 -0700 Message-ID: <20070626155541.9708eded.akpm@linux-foundation.org> References: <20070613100334.635756997@chello.nl> <20070613100834.897301179@chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070613100834.897301179@chello.nl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: parisc-linux-bounces@lists.parisc-linux.org Errors-To: parisc-linux-bounces@lists.parisc-linux.org To: Peter Zijlstra Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Kleen , linux-mm@kvack.org, linux-audit@redhat.com, Ollie Wild , Ingo Molnar , parisc-linux@lists.parisc-linux.org List-Id: linux-audit@redhat.com On Wed, 13 Jun 2007 12:03:36 +0200 Peter Zijlstra wrote: > +#ifdef CONFIG_AUDITSYSCALL > + { > + .ctl_name = CTL_UNNUMBERED, > + .procname = "audit_argv_kb", > + .data = &audit_argv_kb, > + .maxlen = sizeof(int), > + .mode = 0644, > + .proc_handler = &proc_dointvec, > + }, > +#endif Please document /proc entries in Documentation/filesystems/proc.txt