This revision introduces test cases for following set of syscalls within inter-process
communication audit class.
- shm_open(2)
- shm_unlink(2)
- posix_openpt(2)
- pipe(2)
Differential D15963 Authored by aniketp on Jun 22 2018, 4:51 AM.
Details Summary This revision introduces test cases for following set of syscalls within inter-process
Test Plan Execute make && make install from test/sys/audit.
Diff Detail
Event TimelineHarbormaster completed remote builds in B17535: Diff 44292.Jun 22 2018, 4:51 AM2018-06-22 04:51:37 (UTC+0) Comment Actions Do these complete the IPC set?
Harbormaster completed remote builds in B17547: Diff 44315.Jun 22 2018, 5:11 PM2018-06-22 17:11:42 (UTC+0) This revision now requires changes to proceed.Jun 22 2018, 10:29 PM2018-06-22 22:29:36 (UTC+0) Harbormaster completed remote builds in B17555: Diff 44332.Jun 23 2018, 1:52 AM2018-06-23 01:52:36 (UTC+0) This revision is now accepted and ready to land.Jun 23 2018, 6:38 PM2018-06-23 18:38:18 (UTC+0) Closed by commit rS335677: audit(4): add tests for pipe, posix_openpt, shm_open, and shm_unlink (authored by asomers). · Explain WhyJun 26 2018, 7:26 PM2018-06-26 19:26:29 (UTC+0) This revision was automatically updated to reflect the committed changes. Herald added a subscriber: imp. · View Herald TranscriptJun 26 2018, 7:26 PM2018-06-26 19:26:30 (UTC+0)
Revision Contents
Diff 44332 tests/sys/audit/inter-process.c
|