cvs commit: src/sys/sys sysent.h
John Baldwin
jhb at FreeBSD.org
Tue Aug 15 17:42:15 UTC 2006
jhb 2006-08-15 17:42:14 UTC
FreeBSD src repository
Modified files:
sys/sys sysent.h
Log:
Use SYS_AUE_<syscallname> to include the appropriate audit event identifier
for syscalls in kld's, even when compiled into the kernel statically.
Note that since this hardcodes the SYS_ prefix SYSCALL_MODULE_HELPER() now
only works for native ABI system calls. Those are the only ones that
used the macro anyway, and I chose to not require a second argument to the
macro to specify the prefix or audit event directly.
Revision Changes Path
1.51 +3 -2 src/sys/sys/sysent.h
More information about the cvs-src
mailing list