This revision introduces a new test program network which deals with
auditing any syscall responsible for managing network communcations (as the name suggests)
System calls introduced are:
- socket(2)
- socketpair(2)
- setsockopt(2)
Differential D15803
Introduce test-program for network socket system calls aniketp on Jun 14 2018, 2:41 PM. Authored by Tags None Referenced Files
Subscribers
Details This revision introduces a new test program network which deals with
Execute make && make install from test/sys/audit.
Diff Detail
Event TimelineComment Actions Correct Makefile: ATF_TESTS_C= file-attribute-modify -> ATF_TESTS_C+= file-attribute-modify |