]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
audit(4): Add tests for the fr class of syscalls
authorasomers <asomers@FreeBSD.org>
Fri, 1 Jun 2018 01:37:07 +0000 (01:37 +0000)
committerasomers <asomers@FreeBSD.org>
Fri, 1 Jun 2018 01:37:07 +0000 (01:37 +0000)
commitcd2f1cc8330159f092f6baee925e0d2ae32e221b
treed9470c4ba286f106e41140bf2e7bf42d86f24c15
parent739f70e3298955aaff7f799b1f0ba650f904238d
audit(4): Add tests for the fr class of syscalls

readlink and readlinkat are the only syscalls in this class.  open and
openat are as well, but they'll be handled in a different file.  Also, tidy
up the copyright headers of recently added files in this area.

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