freebsd-dev/sys/security/audit
Robert Watson 759c8caa5a 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
2017-03-27 10:38:53 +00:00
..
audit_arg.c Extend comment describing path canonicalisation in audit. 2017-03-27 08:29:17 +00:00
audit_bsm_klib.c Introduce an audit event identifier -> audit event name mapping 2017-03-27 10:38:53 +00:00
audit_bsm.c Introduce an audit event identifier -> audit event name mapping 2017-03-27 10:38:53 +00:00
audit_ioctl.h
audit_pipe.c Move the funsetown(9) call from audit_pipe_close() to cdevpriv 2016-01-13 14:02:07 +00:00
audit_private.h Introduce an audit event identifier -> audit event name mapping 2017-03-27 10:38:53 +00:00
audit_syscalls.c Introduce an audit event identifier -> audit event name mapping 2017-03-27 10:38:53 +00:00
audit_trigger.c
audit_worker.c Busy the mount point which is the owner of the audit vnode, around 2016-01-16 10:06:33 +00:00
audit.c
audit.h Audit the accepted (or rejected) username argument to setlogin(2). 2016-08-20 20:28:08 +00:00
bsm_domain.c Merge from contrib/openbsm to bring the kernel audit bits up to date with OpenBSM 1.2 alpha 4: 2015-12-20 23:22:04 +00:00
bsm_errno.c Remove slightly used const values that can be replaced with nitems(). 2016-04-21 15:38:28 +00:00
bsm_fcntl.c sys: use our nitems() macro when param.h is available. 2016-04-21 19:40:10 +00:00
bsm_socket_type.c sys: use our nitems() macro when param.h is available. 2016-04-21 19:40:10 +00:00
bsm_token.c Merge from contrib/openbsm to bring the kernel audit bits up to date with OpenBSM 1.2 alpha 4: 2015-12-20 23:22:04 +00:00