Linux-audit Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Dispatching of events
@ 2006-06-14 12:41 Steve
  2006-06-14 12:52 ` Steve Grubb
  0 siblings, 1 reply; 2+ messages in thread
From: Steve @ 2006-06-14 12:41 UTC (permalink / raw)
  To: linux-audit

I have been testing the dispatch system by having auditd monitor when a 
certain file is opened, I have always seen 3 messages per open event (a 
1300, 1307, followed by a 1302).  I would assume other syscall rule 
violations may trigger fewer or more messages.

So, is there a way to tell when all messages for a particular event have 
been dispatched?  I am combining information from each of an event's 
messages to create an entry in a queue (containing event structures that 
I created).  I am trying to determine when I can process the combined 
event information (when there are no more messages) so it can be removed 
from the queue.

Also, is it safe to assume a type 1300 message is always the first 
message pertaining to a rule violation?

Thanks,
Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-14 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-14 12:41 Dispatching of events Steve
2006-06-14 12:52 ` Steve Grubb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox