Re: [patch 2/3] audit: rework execve audit

Andrew Morton <[email protected]> Tue, 26 Jun 2007 15:55:41 -0700
Newsgroups gmane.linux.ports.hppa,gmane.linux.kernel,gmane.linux.kernel.mm,gmane.linux.redhat.security.audit
Message-ID <[email protected]>
On Wed, 13 Jun 2007 12:03:36 +0200
Peter Zijlstra <[email protected]> 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