Skip to content

Commit

Permalink
fix: always_true macro needed for allowed_ssh_proxy_env
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Oct 26, 2024
1 parent 1e35f46 commit 35a7407
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/falco_rules.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
# later you can customize, override the macros to something like
# - macro: custom_procs
# condition: (proc.name in (custom1, custom2, custom3))
# - macro: always_true
# condition: (evt.num>=0)
- macro: always_true
condition: (evt.num>=0)

# In some cases, such as dropped system call events, information about
# the process name may be missing. For some rules that really depend
Expand Down
4 changes: 2 additions & 2 deletions templates/falco_rules_w_exceptions.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
# later you can customize, override the macros to something like
# - macro: custom_procs
# condition: (proc.name in (custom1, custom2, custom3))
# - macro: always_true
# condition: (evt.num>=0)
- macro: always_true
condition: (evt.num>=0)

# In some cases, such as dropped system call events, information about
# the process name may be missing. For some rules that really depend
Expand Down

0 comments on commit 35a7407

Please sign in to comment.