commit | 1b50eed9cac0e8e5e4d3a522d8aa267f7f8f8acb | [log] [tgz] |
---|---|---|
author | Steve Grubb <sgrubb@redhat.com> | Mon Apr 03 14:06:13 2006 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon May 01 06:09:53 2006 -0400 |
tree | c66a1c3be846e34f1aac5db640b7ccb8770e8a80 | |
parent | 3dc7e3153eddfcf7ba8b50628775ba516e5f759f [diff] |
[PATCH] audit inode patch Previously, we were gathering the context instead of the sid. Now in this patch, we gather just the sid and convert to context only if an audit event is being output. This patch brings the performance hit from 146% down to 23% Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>