-
Notifications
You must be signed in to change notification settings - Fork 165
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
Ubuntu 16.10 auditd possible incompatibility #12
Comments
Try disabling |
Feel free to re-open this issue if it is still valid. |
This step of running |
Do we know why go-audit doesnt work with auditd now? |
The reason they don't play well together is that |
Was there any change on audit netlink? both go-audit and auditd seem working fine together on my vm with older version of linux. |
Nope, |
Got it. Thanks. |
Description
When attempting to build and run go-audit I find that no messages are received on ubuntu 16.10. auditctl -l shows the rules being there, but all messages that come in have Seq==0, and they seem to be responses to the config change heartbeat. (used the examples/go-audit/go-audit.yaml but modified to get output to stdout)
Reproducible in:
go-audit
version: 2cd7fc8OS version(s): Ubuntu server 16.10
Expected result:
We should get messages for the hooked syscalls.
Actual result:
No messages are received
The text was updated successfully, but these errors were encountered: