-
Notifications
You must be signed in to change notification settings - Fork 71
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
rule: add saddr_fam rule filter handling #145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just one minor comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be generated from defs_kernel_types.go with go generate
. Can you modify defs_kernel_types.go with the new field.
Line 34 in e4c5ac6
//go:generate sh -c "go tool cgo -godefs defs_kernel_types.go > zkernel_types.go && gofmt -w zkernel_types.go" |
💚 Build Succeeded
Historycc @efd6 |
* vagrant: update gvm and ubuntu versions * rule: add saddr_fam field handling Details from https://github.com/linux-audit/audit-kernel/blob/61fc5771f5e729a2ce235af42f69c8506725e84a/include/uapi/linux/audit.h#L284
Please take a look.
Closes #144