]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Add audit uid to netlink credentials
authorSerge Hallyn <serue@us.ibm.com>
Fri, 29 Apr 2005 15:27:17 +0000 (16:27 +0100)
committer <dwmw2@shinybook.infradead.org> <>
Fri, 29 Apr 2005 15:27:17 +0000 (16:27 +0100)
commitc94c257c88c517f251da273a15c654224c7b6e21
tree992dd50f6bb13a70b04450cdfe0dbfb3c7b17ef5
parent85c8721ff3bc96b702427a440616079e8daf8a2f
Add audit uid to netlink credentials

Most audit control messages are sent over netlink.In order to properly
log the identity of the sender of audit control messages, we would like
to add the loginuid to the netlink_creds structure, as per the attached
patch.

Signed-off-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/audit.h
include/linux/netlink.h
kernel/audit.c
kernel/auditsc.c
net/netlink/af_netlink.c