aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/audit
Commit message (Expand)AuthorAgeFilesLines
* tests/sys/audit: add missing comma delimiter between fieldsAlex Richardson2021-03-171-0/+1
* close_range: add audit supportAlex Richardson2021-03-171-2/+2
* tests/sys/audit: Avoid race caused by starting auditd(8) for testingAlex Richardson2021-03-173-12/+93
* tests/sys/audit: Skip extattr tests if extattrs are not supportedAlex Richardson2021-03-174-101/+173
* tests/sys/audit: fix timeout calculationAlex Richardson2021-03-171-3/+8
* tests/sys/audit: force PIE offEd Maste2021-03-051-0/+1
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* Don't leave `path` behind when executing `:chflags_success`Enji Cooper2020-07-121-2/+2
* Make audit tests depend on /dev/auditpipe. This should fixEdward Tomasz Napierala2020-06-181-1/+1
* tests: audit: mark closefrom test an expected fail for nowKyle Evans2020-04-141-0/+2
* Fix and simplify code by using ATF_REQUIRE_FEATURE macroOlivier Cochard2019-04-012-15/+7
* audit(4) tests: require /etc/rc.d/auditdAlan Somers2018-12-172-0/+3
* audit(4): add tests for sysctl(3) and sysarch(2)Alan Somers2018-07-292-0/+235
* Fix audit of chflagsat, lgetfh, and setfibAlan Somers2018-07-223-18/+0
* audit(4): add test cases for chflagsat(2), lgetfh(2), setfib(2)Alan Somers2018-07-213-0/+159
* audit(4): add more test cases for auditon(2)Alan Somers2018-07-211-0/+224
* Separate the audit(4) tests for auditon(2)'s individual commandsAlan Somers2018-07-201-54/+526
* audit(4): add tests for _exit(2), cap_enter(2), and cap_getmode(2)Alan Somers2018-07-172-0/+138
* audit(4): add tests for procctl(2)Alan Somers2018-07-011-0/+51
* audit(4): add tests for several more administrative syscallsAlan Somers2018-06-291-1/+467
* audit(4): add tests for setsid, wait4, wait6, and killAlan Somers2018-06-291-2/+230
* audit(4): fix Coverity issuesAlan Somers2018-06-273-3/+3
* audit(4): add tests for the process-control audit classAlan Somers2018-06-262-0/+1268
* audit(4): add tests for pipe, posix_openpt, shm_open, and shm_unlinkAlan Somers2018-06-261-1/+200
* audit(4): add tests for Sys V semaphore operationsAlan Somers2018-06-221-1/+697
* audit(4): add tests for sendmsg, recvmsg, shutdown, and sendfileAlan Somers2018-06-191-4/+294
* audit(4): add tests for utimes(2) and friends, mprotect, and undeleteAlan Somers2018-06-191-0/+267
* audit(4): add tests for ioctl(2)Alan Somers2018-06-192-0/+106
* audit(4): Add tests for {get/set}auid, {get/set}audit, {get/set}audit_addrAlan Somers2018-06-181-1/+311
* audit(4): add tests for send, recv, sendto, and recvfromAlan Somers2018-06-181-63/+279
* audit(4): add tests for extattr_set_file and friendsAlan Somers2018-06-181-1/+346
* Fix 32-bit build after 335307Alan Somers2018-06-181-1/+1
* audit(4): add tests for Sys V shared memory syscallsAlan Somers2018-06-171-2/+354
* audit(4): add tests for connect, connectat, and acceptAlan Somers2018-06-171-5/+222
* audit(4): Add tests for a few syscalls in the ad classAlan Somers2018-06-172-0/+217
* audit(4): add tests for extattr_get_file(2) and friendsAlan Somers2018-06-171-0/+351
* audit(4): add tests for chflags and friendsAlan Somers2018-06-171-0/+142
* audit(4): add tests for pathconf(2) and friendsAlan Somers2018-06-161-0/+145
* audit(4): add tests for POSIX message queuesAlan Somers2018-06-162-0/+416
* audit(4): add tests for chown(2) and friendsAlan Somers2018-06-161-0/+190
* audit(4): add tests for bind(2), bindat(2), and listen(2)Alan Somers2018-06-161-7/+205
* audit(4): Add a few tests for network-related syscallsAlan Somers2018-06-152-0/+217
* audit(4): improve formatting in tests/sys/audit/open.cAlan Somers2018-06-151-86/+86
* audit(4): add tests for access(2), chmod(2), and friendsAlan Somers2018-06-152-0/+331
* audit(4): add tests for fhopen, fhstat, and fhstatfsAlan Somers2018-06-141-1/+167
* audit(4): fix typo from r335136Alan Somers2018-06-141-1/+1
* audit(4): add tests for flock, fcntl, and fsyncAlan Somers2018-06-142-0/+202
* audit(4): add tests for statfs(2), fstatfs(2), and getfsstat(2)Alan Somers2018-06-141-0/+152
* audit(4): Fix file descriptor leaks in ATF testsAlan Somers2018-06-137-30/+45
* audit(4): add tests for stat(2) and friendsAlan Somers2018-06-102-1/+243