From: Eric Paris Date: Mon, 7 Jan 2008 19:31:58 +0000 (-0500) Subject: [AUDIT] break large execve argument logging into smaller messages X-Git-Tag: v2.6.25-rc1~1080^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de6bbd1d30e5912620d25dd15e3f180ac7f9fcef;p=pandora-kernel.git [AUDIT] break large execve argument logging into smaller messages execve arguments can be quite large. There is no limit on the number of arguments and a 4G limit on the size of an argument. this patch prints those aruguments in bite sized pieces. a userspace size limitation of 8k was discovered so this keeps messages around 7.5k single arguments larger than 7.5k in length are split into multiple records and can be identified as aX[Y]= Signed-off-by: Eric Paris --- Reading git-diff-tree failed