]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Audit arguments to posix_fallocate(2) and posix_fadvise(2) system calls.
authorrwatson <rwatson@FreeBSD.org>
Fri, 31 Mar 2017 14:17:14 +0000 (14:17 +0000)
committerrwatson <rwatson@FreeBSD.org>
Fri, 31 Mar 2017 14:17:14 +0000 (14:17 +0000)
commit7bd4c799c3e43bd4cb10a4b8088d9d580a43a124
treed89d46885b5f5bc289598ff0112670a6ca340029
parentc7eb7cd2dd3494b0e632cd8ce98b23d7a5e7c2f7
Audit arguments to posix_fallocate(2) and posix_fadvise(2) system calls.

As posix_fadvise() does not lock the vnode argument, don't capture
detailed vnode information for the time being.

Obtained from: TrustedBSD Project
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
sys/kern/vfs_syscalls.c