[patch 2/3] audit: rework execve audit

Andrew Morton akpm at linux-foundation.org
Tue Jun 26 22:55:41 UTC 2007


On Wed, 13 Jun 2007 12:03:36 +0200
Peter Zijlstra <a.p.zijlstra at chello.nl> 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




More information about the Linux-audit mailing list