freebsd-skq/tests/sys/audit
asomers 52507d32d2 audit(4): add tests for the process-control audit class
Tested syscalls include rfork(2), chdir(2), fchdir(2), chroot(2),
getresuid(2), getresgid(2), setpriority(2), setgroups(2), setpgrp(2),
setrlimit(2), setlogin(2), mlock(2), munlock(2), minherit(2), rtprio(2),
profil(2), ktrace(2), ptrace(2), fork(2), umask(2), setuid(2), setgid(2),
seteuid(2), and setegid(2).  The last six are only tested in the success
case, either because they're infalliable or a failure is difficult to cause
on-demand.

Submitted by:	aniketp
MFC after:	2 weeks
Sponsored by:	Google, Inc. (GSoC 2018)
Differential Revision:	https://reviews.freebsd.org/D15966
2018-06-26 20:26:57 +00:00
..
administrative.c audit(4): Add tests for {get/set}auid, {get/set}audit, {get/set}audit_addr 2018-06-18 15:37:43 +00:00
file-attribute-access.c audit(4): add tests for extattr_get_file(2) and friends 2018-06-17 15:22:27 +00:00
file-attribute-modify.c audit(4): add tests for utimes(2) and friends, mprotect, and undelete 2018-06-19 16:55:39 +00:00
file-close.c audit(4): Fix file descriptor leaks in ATF tests 2018-06-13 17:01:57 +00:00
file-create.c audit(4): Fix file descriptor leaks in ATF tests 2018-06-13 17:01:57 +00:00
file-delete.c audit(4): Fix file descriptor leaks in ATF tests 2018-06-13 17:01:57 +00:00
file-read.c
file-write.c audit(4): Fix file descriptor leaks in ATF tests 2018-06-13 17:01:57 +00:00
inter-process.c audit(4): add tests for pipe, posix_openpt, shm_open, and shm_unlink 2018-06-26 19:26:07 +00:00
ioctl.c audit(4): add tests for ioctl(2) 2018-06-19 01:32:33 +00:00
Makefile audit(4): add tests for the process-control audit class 2018-06-26 20:26:57 +00:00
network.c audit(4): add tests for sendmsg, recvmsg, shutdown, and sendfile 2018-06-19 17:41:46 +00:00
open.c audit(4): improve formatting in tests/sys/audit/open.c 2018-06-15 15:36:10 +00:00
process-control.c audit(4): add tests for the process-control audit class 2018-06-26 20:26:57 +00:00
utils.c audit(4): Fix file descriptor leaks in ATF tests 2018-06-13 17:01:57 +00:00
utils.h