-
Notifications
You must be signed in to change notification settings - Fork 680
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
auditd_rules rework #400
auditd_rules rework #400
Conversation
8fc449f
to
ff76342
Compare
ff76342
to
765f058
Compare
765f058
to
698e4e6
Compare
it { should cmp 0 } | ||
end | ||
|
||
**Query properties of rules targetting specific syscalls or files.** |
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.
targeting
typo
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.
thanks, fixed
698e4e6
to
19296db
Compare
7d39c2c
to
8eaa98f
Compare
8eaa98f
to
5849b02
Compare
this turned out to be an awesome improvement!! :) |
5849b02
to
2e6fbc1
Compare
👍 |
2e6fbc1
to
bbec06e
Compare
blocked by unit tests failing after winrm update: #439 |
TODO: unit tests for the legacy format
Move to a more mathematical representation of version numbers comparisons. The existing one is semantically correct, but may lead to slight confusion.
bbec06e
to
971d651
Compare
Fixes #312 and #309, without dropping support for the old syntax. (Also documents the old
status
method.)The new features, however, you only get with an not-outdated version of the
audit
package.Adds a utility class for chaining filter methods that could be useful in more places, I hope.
Note that I couldn't find a way to have
MockLoader
present the outdated format, so I've just dropped that test for now.