]> Git Repo - linux.git/commit
audit: ignore terminating NUL in AUDIT_USER_TTY messages
authorMiloslav Trmac <[email protected]>
Thu, 19 Mar 2009 13:52:47 +0000 (09:52 -0400)
committerAl Viro <[email protected]>
Sun, 5 Apr 2009 17:43:36 +0000 (13:43 -0400)
commit55ad2f8d340678397de5916b9cd960f17ebd7150
tree6df2974acdd023948fda996119ff94a3eaf6ab5d
parentb3897f567100d18e0597f638b911d23aa5e0dd23
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 <[email protected]>
Cc: Eric Paris <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Steve Grubb <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Al Viro <[email protected]>
kernel/audit.c
This page took 0.046329 seconds and 4 git commands to generate.