From: Miloslav Trmac Date: Thu, 19 Mar 2009 13:52:47 +0000 (-0400) Subject: audit: ignore terminating NUL in AUDIT_USER_TTY messages X-Git-Tag: v2.6.30-rc1~196^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ad2f8d340678397de5916b9cd960f17ebd7150;p=pandora-kernel.git audit: ignore terminating NUL in AUDIT_USER_TTY messages AUDIT_USER_TTY, like all other messages sent from user-space, is sent NUL-terminated. Unlike other user-space audit messages, which come only from trusted sources, AUDIT_USER_TTY messages are processed using audit_log_n_untrustedstring(). This patch modifies AUDIT_USER_TTY handling to ignore the trailing NUL and use the "quoted_string" representation of the message if possible. Signed-off-by: Miloslav Trmac Cc: Eric Paris Cc: Al Viro Cc: Steve Grubb Signed-off-by: Andrew Morton Signed-off-by: Al Viro --- Reading git-diff-tree failed