Searched hist:f3596e3370dc85b72e323eb0b45f5d5a51934e67 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | syscalls.master | diff f3596e3370dc85b72e323eb0b45f5d5a51934e67 Mon May 30 17:09:18 CEST 2005 Robert Watson <rwatson@FreeBSD.org> Introduce a new field in the syscalls.master file format to hold the audit event identifier associated with each system call, which will be stored by makesyscalls.sh in the sy_auevent field of struct sysent. For now, default the audit identifier on all system calls to AUE_NULL, but in the near future, other BSM event identifiers will be used. The mapping of system calls to event identifiers is many:one due to multiple system calls that map to the same end functionality across compatibility wrappers, ABI wrappers, etc.
Submitted by: wsalamon Obtained from: TrustedBSD Project diff f3596e3370dc85b72e323eb0b45f5d5a51934e67 Mon May 30 17:09:18 CEST 2005 Robert Watson <rwatson@FreeBSD.org> Introduce a new field in the syscalls.master file format to hold the audit event identifier associated with each system call, which will be stored by makesyscalls.sh in the sy_auevent field of struct sysent. For now, default the audit identifier on all system calls to AUE_NULL, but in the near future, other BSM event identifiers will be used. The mapping of system calls to event identifiers is many:one due to multiple system calls that map to the same end functionality across compatibility wrappers, ABI wrappers, etc.
Submitted by: wsalamon Obtained from: TrustedBSD Project
|