[PATCH 3/3] Audit: remove the limit on execve arguments when audit is running

2007-10-08 Thread Eric Paris
Remove the limitation on argv size. The audit system now logs arguments in smaller chunks (currently about 8k due to userspace audit system buffer sizes) so this is no longer a requirement. Signed-off-by: Eric Paris <[EMAIL PROTECTED]> Acked-by: Peter Zijlstra <[EMAIL PROTECTED]>

[PATCH 3/3] Audit: remove the limit on execve arguments when audit is running

2007-10-08 Thread Eric Paris
Remove the limitation on argv size. The audit system now logs arguments in smaller chunks (currently about 8k due to userspace audit system buffer sizes) so this is no longer a requirement. Signed-off-by: Eric Paris [EMAIL PROTECTED] Acked-by: Peter Zijlstra [EMAIL PROTECTED] ---