]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
audit(4): add tests for stat(2) and friends
authorasomers <asomers@FreeBSD.org>
Sun, 10 Jun 2018 21:36:29 +0000 (21:36 +0000)
committerasomers <asomers@FreeBSD.org>
Sun, 10 Jun 2018 21:36:29 +0000 (21:36 +0000)
commit68bb56ea9450d470aabbea992581665c3f20ae5a
tree9618bea0d47cd013a00fd731fe1ae0c4bd025aaf
parent128c3e8914637c967b3a241fa3377ea5d23fe60e
audit(4): add tests for stat(2) and friends

This revision adds auditability tests for stat, lstat, fstat, and fstatat,
all from the fa audit class.  More tests from that audit class will follow.

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