aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit_watch.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-06-23Audit: move audit_get_nd completely into audit_watchEric Paris1-7/+20
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>
2009-06-23audit: seperate audit inode watches into a subfileEric Paris1-0/+534
In preparation for converting audit to use fsnotify instead of inotify we seperate the inode watching code into it's own file. This is similar to how the audit tree watching code is already seperated into audit_tree.c Signed-off-by: Eric Paris <eparis@redhat.com>