-
Notifications
You must be signed in to change notification settings - Fork 915
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(Rule Delete or rename shell history: warning): type restriction penalty warning #1418
Comments
We will probably need to fix this and push out a 0.26.1 release. |
I agree, we need to fix this and publish 0.26.1 hotfix release. Anyways, before doing this we'd need the 0.26.0 post-release steps (blog post, mailing list announcement, etc.) to be completed. Otherwise, users could be confused by two different releases with such short notice, IMHO. /cc @falcosecurity/maintainers |
From the community call: We decided to publish the 0.26.0 live on the call and we will skip the announcement since we have to release 0.26.1 with the fix. We will do announcement and blog post all together for 0.26.1 once this issue is fixed. |
Move the "and not" checks to the end of the rule so all event type checks are at the front. Also break into 3 macros to make the rule easier to read. This fixes #1418. Signed-off-by: Mark Stemm <[email protected]>
Move the "and not" checks to the end of the rule so all event type checks are at the front. Also break into 3 macros to make the rule easier to read. This fixes #1418. Signed-off-by: Mark Stemm <[email protected]>
Move the "and not" checks to the end of the rule so all event type checks are at the front. Also break into 3 macros to make the rule easier to read. This fixes falcosecurity/falco#1418. Signed-off-by: Mark Stemm <[email protected]>
Move the "and not" checks to the end of the rule so all event type checks are at the front. Also break into 3 macros to make the rule easier to read. This fixes falcosecurity/falco#1418. Signed-off-by: Mark Stemm <[email protected]>
Describe the bug
I just tested the default ruleset on master and it looks like there's a warning there. Not sure that's what we wanted to have.
This is happening because of the
not evt.arg.name startswith /var/lib/docker
condition added to theDelete or rename shell history
rule in #1393Unfortunately, this went into the 0.26.0 release.
How to reproduce it
Start Falco from master
The warning immediatelly shows
Expected behaviour
Falco starts and there is no warning
The text was updated successfully, but these errors were encountered: