]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
audit(4): add tests for open(2) and openat(2)
authorasomers <asomers@FreeBSD.org>
Tue, 5 Jun 2018 20:13:24 +0000 (20:13 +0000)
committerasomers <asomers@FreeBSD.org>
Tue, 5 Jun 2018 20:13:24 +0000 (20:13 +0000)
commit8e40219f08f268b9058b473a77b266b1b5a79976
treeb8a4d33fac26dcc3bb5a7f13a411110cfc92210f
parentaea6e8d598388b563c9096d93bb382aefe66fdca
audit(4): add tests for open(2) and openat(2)

These syscalls are atypical, because each one corresponds to several
different audit events, and they each pass several different audit class
filters.

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