From: Joy Latten Date: Mon, 17 Sep 2007 18:51:22 +0000 (-0700) Subject: [XFRM]: xfrm audit calls X-Git-Tag: v2.6.24-rc1~1454^2~707 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab5f5e8b144e4c804ef3aa1ce08a9ca9f01187ce;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed