[XFRM]: xfrm audit calls
authorJoy Latten <latten@austin.ibm.com>
Mon, 17 Sep 2007 18:51:22 +0000 (11:51 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:49:02 +0000 (16:49 -0700)
commitab5f5e8b144e4c804ef3aa1ce08a9ca9f01187ce
treebf3915a618b29f507d882e9c665ed9d07e7c0765
parentd2e9117c7aa9544d910634e17e3519fd67155229
[XFRM]: xfrm audit calls

This patch modifies the current ipsec audit layer
by breaking it up into purpose driven audit calls.

So far, the only audit calls made are when add/delete
an SA/policy. It had been discussed to give each
key manager it's own calls to do this, but I found
there to be much redundnacy since they did the exact
same things, except for how they got auid and sid, so I
combined them. The below audit calls can be made by any
key manager. Hopefully, this is ok.

Signed-off-by: Joy Latten <latten@austin.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/audit.h
include/net/xfrm.h
net/key/af_key.c
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_state.c
net/xfrm/xfrm_user.c