On Sun, 2005-05-08 at 17:43 -0400, Steve Grubb wrote:
 Hello,
 
 I've just released a new version of the audit daemon. It can be downloaded 
 from 
http://people.redhat.com/sgrubb/audit  It will also be in rawhide 
 tomorrow. The Changelog is:
 
 - Make sure ausearch ts & te obey DST.
 - Code cleanups to make file system watches work correctly
 
 This update is required to get auditctl sync'ed with the file system watches.
 
 Please let me know if there are any problems.
  
I've removed the path_lookup from the audit_to_transport code block.
Perhaps, we can attempt to find the path via user space once the watch
is returned (with path), rather then doing it in the kernel.  Then user
space can set the w_valid field.
-tim