From: Eric Paris Date: Tue, 3 Jan 2012 19:23:05 +0000 (-0500) Subject: audit: drop the meaningless and format breaking word 'user' X-Git-Tag: v3.3-rc1~23^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3035c51e8ac0512686ceb9f2bd1d13bdc6e4fb29;p=pandora-kernel.git audit: drop the meaningless and format breaking word 'user' userspace audit messages look like so: type=USER msg=audit(1271170549.415:24710): user pid=14722 uid=0 auid=500 ses=1 subj=unconfined_u:unconfined_r:auditctl_t:s0-s0:c0.c1023 msg='' That third field just says 'user'. That's useless and doesn't follow the key=value pair we are trying to enforce. We already know it came from the user based on the record type. Kill that word. Die. Signed-off-by: Eric Paris --- Reading git-diff-tree failed