[PATCH] AUDIT_FD_PAIR
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 7 Feb 2007 06:48:00 +0000 (01:48 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 18 Feb 2007 02:30:15 +0000 (21:30 -0500)
commitdb3495099d3d52854b13874905af6e40a91f4721
tree5a832081d70dd9dabda3498baf40b7d6ced47f24
parent6a01b07fae482f9b34491b317056c89d3b96ca2e
[PATCH] AUDIT_FD_PAIR

Provide an audit record of the descriptor pair returned by pipe() and
socketpair().  Rewritten from the original posted to linux-audit by
John D. Ramsdell <ramsdell@mitre.org>

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/pipe.c
include/linux/audit.h
kernel/auditsc.c
net/socket.c