]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Provide unconditionally compiled stub implementations of audit system
authorrwatson <rwatson@FreeBSD.org>
Fri, 17 Mar 2006 01:47:06 +0000 (01:47 +0000)
committerrwatson <rwatson@FreeBSD.org>
Fri, 17 Mar 2006 01:47:06 +0000 (01:47 +0000)
commit3d5d8935a47029da273d5bc5f0a26897fb3600a2
tree0fb2695c2e915d547af5d908c5d0439abb5c127f
parent32f6962a6f5fc2f46a3b7e4dc9d8ab6d3c2fd731
Provide unconditionally compiled stub implementations of audit system
calls that simply return ENOSYS.  This will allow basic forward
compatibility with userland audit pieces to be committed in the future,
avoiding the "login killed by SIGSYS" problem users of CVS HEAD
experienced when booting older kernels with newer user spaces (an
unsupported but not uncommon situation when debugging problems).

Approved by: re (scottl)
Obtained from: TrustedBSD Project
sys/conf/files
sys/kern/syscalls.master
sys/security/audit/audit_syscalls.c