Page MenuHomeFreeBSD

audit(4): Add tests for bind(2), bindat(2) and listen(2)
ClosedPublic

Authored by aniketp on Jun 16 2018, 5:55 AM.
Tags
None
Referenced Files
F114582399: D15843.id.diff
Mon, Apr 14, 4:08 AM
F114561671: D15843.id43865.diff
Mon, Apr 14, 12:04 AM
F114559938: D15843.id43866.diff
Sun, Apr 13, 11:50 PM
F114553202: D15843.id43897.diff
Sun, Apr 13, 10:30 PM
Unknown Object (File)
Sat, Mar 22, 7:53 PM
Unknown Object (File)
Feb 15 2025, 9:54 PM
Unknown Object (File)
Feb 15 2025, 6:18 PM
Unknown Object (File)
Jan 23 2025, 6:56 PM
Subscribers

Details

Summary

This revision introduces the atf-c(3) tests which test the proper auditability of network
related syscalls in both success and failure mode. The corresponding audit class is network

The syscalls in question are:

  • bind(2)
  • bindat(2)
  • listen(2)
Test Plan

Execute make && make install from test/sys/audit.
Execute kyua test from /usr/tests/sys/audit. All testcases should succeed.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Correct the regex for socket_failure test-case

asomers added inline comments.
tests/sys/audit/network.c
48 ↗(On Diff #43866)

s/failur/failure

This revision is now accepted and ready to land.Jun 16 2018, 2:51 PM
This revision was automatically updated to reflect the committed changes.