commit | 220d14df0dc587c06b97762829a41157c9375b94 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 21:24:22 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:51 2010 -0400 |
tree | cea58c9859b86ea112f4dfc0c6c2bbbb6504edcc | |
parent | ffab83402f01555a5fa32efb48a4dd0ce8d12ef5 [diff] |
Audit: only set group mask when something is being watched Currently the audit watch group always sets a mask equal to all events it might care about. We instead should only set the group mask if we are actually watching inodes. This should be a perf win when audit watches are compiled in. Signed-off-by: Eric Paris <eparis@redhat.com>