FreeBSD/src 759c8ca (r316018)sys/security/audit audit_bsm_klib.c audit_private.h

Introduce an audit event identifier -> audit event name mapping
database in the kernel audit implementation, similar the exist
class mapping database.  This will be used by the DTrace audit
provider to map audit event identifiers originating in the
system-call table back into strings for the purposes of setting
probe names.  The database is initialised and maintained by
auditd(8), which reads values in from the audit_events
configuration file, and then manages them using the A_GETEVENT
and A_SETEVENT auditon(2) operations.

Obtained from:  TrustedBSD Project
Sponsored by:   DARPA, AFRL
MFC after:      3 weeks
DeltaFile
+142-1sys/security/audit/audit_bsm_klib.c
+39-0sys/security/audit/audit_private.h
+28-0sys/security/audit/audit_syscalls.c
+7-0sys/security/audit/audit_bsm.c
+216-14 files

UnifiedSplitRaw