|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
6fd01383 |
| 14-Feb-2019 |
Alan Somers <[email protected]> |
MFC r342153, r342172-r342173
r342153: Conditionally install /etc/rc.d/audit* based on ${MK_AUDIT}
/usr/sbin/audit(dist)?d are only installed if ${MK_AUDIT} == yes. Their supporting scripts should o
MFC r342153, r342172-r342173
r342153: Conditionally install /etc/rc.d/audit* based on ${MK_AUDIT}
/usr/sbin/audit(dist)?d are only installed if ${MK_AUDIT} == yes. Their supporting scripts should only be installed in those instances as well.
Submitted by: ngie Reviewed by: emaste Pull Request: https://github.com/freebsd/freebsd/pull/242
r342172: audit(4) tests: require /etc/rc.d/auditd
These tests should be skipped if /etc/rc.d/auditd is missing, which could be the case if world was built with WITHOUT_AUDIT set. Also, one test case requires /etc/rc.d/accounting.
Submitted by: ngie Pull Request: https://github.com/freebsd/freebsd/pull/240
r342173: Conditionalize installtion audit(4) tests on MK_AUDIT
MK_AUDIT already controls auditd(8), praudit(1), etc. It should also control the audit test suite.
Submitted by: ngie Pull Request: https://github.com/freebsd/freebsd/pull/240
show more ...
|
|
Revision tags: release/12.0.0 |
|
| #
70eaeb36 |
| 29-Jul-2018 |
Alan Somers <[email protected]> |
audit(4): add tests for sysctl(3) and sysarch(2)
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D16116
|
| #
c907f24e |
| 26-Jun-2018 |
Alan Somers <[email protected]> |
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), setrli
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
show more ...
|
|
Revision tags: release/11.2.0 |
|
| #
4003d938 |
| 19-Jun-2018 |
Alan Somers <[email protected]> |
audit(4): add tests for ioctl(2)
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15872
|
| #
49f52650 |
| 17-Jun-2018 |
Alan Somers <[email protected]> |
audit(4): Add tests for a few syscalls in the ad class
The ad audit class is for administrative commands. This commit adds test for settimeofday, adjtime, and getfh.
Submitted by: aniketp MFC afte
audit(4): Add tests for a few syscalls in the ad class
The ad audit class is for administrative commands. This commit adds test for settimeofday, adjtime, and getfh.
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15861
show more ...
|
| #
d7d1ecc0 |
| 16-Jun-2018 |
Alan Somers <[email protected]> |
audit(4): add tests for POSIX message queues
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15848
|
| #
ad2afa8c |
| 15-Jun-2018 |
Alan Somers <[email protected]> |
audit(4): Add a few tests for network-related syscalls
Add tests for socket(2), socketpair(2), and setsockopt(2)
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Diff
audit(4): Add a few tests for network-related syscalls
Add tests for socket(2), socketpair(2), and setsockopt(2)
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15803
show more ...
|
| #
5597d2a3 |
| 14-Jun-2018 |
Alan Somers <[email protected]> |
audit(4): fix typo from r335136
Typo in Makefile accidentally disabled some older tests
MFC after: 2 weeks X-MFC-With: 335136
|
| #
6d203d2d |
| 14-Jun-2018 |
Alan Somers <[email protected]> |
audit(4): add tests for flock, fcntl, and fsync
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15795
|
| #
f86d6517 |
| 10-Jun-2018 |
Alan Somers <[email protected]> |
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.
Su
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
show more ...
|
| #
c41bbc0a |
| 05-Jun-2018 |
Alan Somers <[email protected]> |
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.
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
show more ...
|
| #
01e77fa0 |
| 03-Jun-2018 |
Alan Somers <[email protected]> |
audit(4): add tests for the cl audit class
The only syscalls in this class are close, closefrom, munmap, and revoke.
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018)
audit(4): add tests for the cl audit class
The only syscalls in this class are close, closefrom, munmap, and revoke.
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15650
show more ...
|
| #
a19dca2d |
| 01-Jun-2018 |
Alan Somers <[email protected]> |
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 a
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
show more ...
|
| #
26f5ecb7 |
| 01-Jun-2018 |
Alan Somers <[email protected]> |
audit(4): Add tests for the fw class of syscalls.
truncate and ftruncate are the only syscalls in this class, apart from certain variations of open and openat, which will be handled in a different f
audit(4): Add tests for the fw class of syscalls.
truncate and ftruncate are the only syscalls in this class, apart from certain variations of open and openat, which will be handled in a different file.
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15640
show more ...
|
| #
8ec6562b |
| 01-Jun-2018 |
Alan Somers <[email protected]> |
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
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
show more ...
|
| #
f7f4e0f7 |
| 29-May-2018 |
Alan Somers <[email protected]> |
Add initial set of tests for audit(4)
This change includes the framework for testing the auditability of various syscalls, and includes changes for the first 12. The tests will start auditd(8) if n
Add initial set of tests for audit(4)
This change includes the framework for testing the auditability of various syscalls, and includes changes for the first 12. The tests will start auditd(8) if needed, though they'll be much faster if it's already running. The syscalls tested in this commit include mkdir(2), mkdirat(2), mknod(2), mknodat(2), mkfifo(2), mkfifoat(2), link(2), linkat(2), symlink(2), symlinkat(2), rename(2), and renameat(2).
Submitted by: aniketp MFC after: 2 weeks Sponsored by: Google, Inc (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15286
show more ...
|