]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[AUDIT] do not panic on exclude messages in audit_log_pid_context()
authorEric Paris <eparis@redhat.com>
Mon, 7 Jan 2008 19:01:18 +0000 (14:01 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Feb 2008 19:07:46 +0000 (14:07 -0500)
commit6246ccab99093a562044596dd868213caa0b2b4c
treeb373e388bd35549a540ce8693cceeea3660d02e1
parentc0641f28dcbecb6dc34a4fd003a9947fcd080696
[AUDIT] do not panic on exclude messages in audit_log_pid_context()

If we fail to get an ab in audit_log_pid_context this may be due to an exclude
rule rather than a memory allocation failure.  If it was due to a memory
allocation failue we would have already paniced and no need to do it again.

Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/auditsc.c