]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/tty_audit.c
Documentation/email-clients.txt: add some info about gmail
[linux-2.6-omap-h63xx.git] / drivers / char / tty_audit.c
index 3582f43345a8c1d40397d2284dd2bc11d77a9fd4..5787249934c8b01b1603b38677cf5f55ff5a4ed9 100644 (file)
@@ -93,7 +93,7 @@ static void tty_audit_buf_push(struct task_struct *tsk, uid_t loginuid,
                get_task_comm(name, tsk);
                audit_log_untrustedstring(ab, name);
                audit_log_format(ab, " data=");
-               audit_log_n_untrustedstring(ab, buf->data, buf->valid);
+               audit_log_n_hex(ab, buf->data, buf->valid);
                audit_log_end(ab);
        }
        buf->valid = 0;