Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TCP support to audit.d and a new test script for open/close operations #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gvnn3
Copy link
Contributor

@gvnn3 gvnn3 commented Aug 12, 2016

No description provided.

As a way of tracking down all the fi_pathname issues we use a single
script that helps us correlate the return of an open with a close.
Add support for recording when a TCP connection is successfully
accepted or established, via connect() to a foreign host and port.
Failed or refused connections are not currently recorded.  Only the
remote IP and port are recorded when accepting an inbound connection
or when establishing an outbound connection.
TCP accept and connect now give the UUID.
UDP send and receive do the same.
Both report the local IP and port as well as the remote.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant