]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
audit(4): Add tests for the fw class of syscalls.
authorasomers <asomers@FreeBSD.org>
Fri, 1 Jun 2018 16:23:47 +0000 (16:23 +0000)
committerasomers <asomers@FreeBSD.org>
Fri, 1 Jun 2018 16:23:47 +0000 (16:23 +0000)
commit056a81938920d5de2b2d6560a9b7b68921c0858f
tree68f55900010323f4490e542d524f6c8a6197da4d
parent98274e3f11ad5ebefe16b45787a648fc2f3626e2
audit(4): Add tests for the fw class of syscalls.

truncate and ftruncate are the only syscalls in this class, apart from
certain variations of open and openat, which will be handled in a different
file.

Submitted by: aniketp
MFC after: 2 weeks
Sponsored by: Google, Inc. (GSoC 2018)
Differential Revision: https://reviews.freebsd.org/D15640
tests/sys/audit/Makefile
tests/sys/audit/file-write.c [new file with mode: 0644]