]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
audit(4): add tests for the fd audit class
authorasomers <asomers@FreeBSD.org>
Fri, 1 Jun 2018 21:24:10 +0000 (21:24 +0000)
committerasomers <asomers@FreeBSD.org>
Fri, 1 Jun 2018 21:24:10 +0000 (21:24 +0000)
commitf7cc577f1a8f5b01937062c53c13eb4c3c1accc8
tree5c5bdb31477d4333d49eb285726711d050bd205e
parenta5429afc55ea23a38f5e5afc47d132ad84dd1558
audit(4): add tests for the fd audit class

The only syscalls in this class are rmdir, unlink, unlinkat, rename, and
renameat.  Also, set is_exclusive for all audit(4) tests, because they can
start and stop auditd.

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