* Dictionary of audit records
@ 2007-08-16 19:36 John Dennis
2007-08-16 19:57 ` Steve Grubb
0 siblings, 1 reply; 2+ messages in thread
From: John Dennis @ 2007-08-16 19:36 UTC (permalink / raw)
To: linux-audit
Is there a dictionary of audit records which lists every audit record
and every field in that record as well as how to interpret that field?
Does the audit data follow any type of regular schema and is that
regularity enforced in any manner?
--
John Dennis <jdennis@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Dictionary of audit records
2007-08-16 19:36 Dictionary of audit records John Dennis
@ 2007-08-16 19:57 ` Steve Grubb
0 siblings, 0 replies; 2+ messages in thread
From: Steve Grubb @ 2007-08-16 19:57 UTC (permalink / raw)
To: linux-audit
On Thursday 16 August 2007 15:36:53 John Dennis wrote:
> Is there a dictionary of audit records which lists every audit record
Not exactly. There is a listing of every event type in the headers as well as
when you just type "ausearch -m". But what's in each record is not in a
released document right now.
> and every field in that record as well as how to interpret that field?
The interpretation of that field can be found in the audit parsing spec:
http://people.redhat.com/sgrubb/audit/audit-parse.txt
> Does the audit data follow any type of regular schema and is that
> regularity enforced in any manner?
It is a gentleman's agreement. I have personally reviewed and fixed all audit
messages to make sure they are uniform except the selinux avcs. Anytime I
suggest normalizing them, they get upset and say it will break existing
tools. So, I have no way of making avcs follow a schema unless they want to
change it. As for userspace, I enforce the gentlemen's agreement by the
logging functions in libaudit.
All that's required in an audit event is: Date and time of event, type of
event, user associated with the event, subject identity, resources involved.
outcome, Sensitivity labels of subjects and objects. Anything else is icing
on the cake.
-Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-16 19:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-16 19:36 Dictionary of audit records John Dennis
2007-08-16 19:57 ` Steve Grubb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox