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

Some minor fixes #249

Merged
merged 2 commits into from
May 31, 2024
Merged

Some minor fixes #249

merged 2 commits into from
May 31, 2024

Commits on May 27, 2024

  1. cleanup(falco_rules): we need only dup exit events

    In `Redirect STDOUT/STDIN` rule we check for evt.rawres but this is a
    parameter that we only have in the exit event
    
    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6f2d60e View commit details
    Browse the repository at this point in the history
  2. cleanup: remove startswith /etc

    In macro `sensitive_files` the `startswith /etc` is redundant because it
    used in combination with the `in` condition
    
    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8e8dd11 View commit details
    Browse the repository at this point in the history