|
|
The
auditdmp(2)
system call can be used by privileged user-level processes to
write audit records to the event log file.
When it creates a
miscellaneous record, the auditdmp system call adds a string
supplied by the user to the final field of the audit record
structure.
All audit records created by application programs are of type
misc,
for miscellaneous records.
If you want to see all the miscellaneous records in the log file,
enter the following command:
auditrpt -e misc
For more information on programming applications to generate miscellaneous records, see the auditdmp(2) manual page.