summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-02-06 02:00:06 +0000
committerrwatson <rwatson@FreeBSD.org>2006-02-06 02:00:06 +0000
commit350865b755ec1c098d7f66220023b5e55036bdff (patch)
tree8445b511a35d150ae1346d1d48f16ec49f39fd4d /sys/kern/syscalls.c
parente145abd47f4a04496eb4bd05150e237ea612c78a (diff)
downloadFreeBSD-src-350865b755ec1c098d7f66220023b5e55036bdff.zip
FreeBSD-src-350865b755ec1c098d7f66220023b5e55036bdff.tar.gz
Prefer AUE_FOO audit identifiers to AUE_O_FOO, which are largely left
over from the Darwin implementation. When we implement a system call as a wrapper to sysctl(), audit it as AUE_SYSCTL. This leads to greater compatibility with Solaris audit trails as sysctl() argument tokens are not the same as the ones for the originaly system calls (i.e., setdomainname()). Replace references to AUE_ events that are equivilent to AUE_NULL with AUE_NULL. In the case of process signal configuration, this is because these events do not require auditing. Move from the Darwin spelling of getsockopt() to the FreeBSD/Solaris one. Audit nmount(). Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/kern/syscalls.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud