git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffab834
)
Audit: only set group mask when something is being watched
author
Eric Paris
<eparis@redhat.com>
Fri, 18 Dec 2009 02:24:22 +0000
(21:24 -0500)
committer
Eric Paris
<eparis@redhat.com>
Wed, 28 Jul 2010 13:58:51 +0000
(09:58 -0400)
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>
No differences found