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:
cfcad62
)
Audit: move audit_get_nd completely into audit_watch
author
Eric Paris
<eparis@redhat.com>
Thu, 11 Jun 2009 18:31:36 +0000
(14:31 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 24 Jun 2009 03:51:05 +0000
(23:51 -0400)
audit_get_nd() is only used by audit_watch and could be more cleanly
implemented by having the audit watch functions call it when needed rather
than making the generic audit rule parsing code deal with those objects.
Signed-off-by: Eric Paris <eparis@redhat.com>
No differences found