Skip to content

Commit

Permalink
Fix shell_procs macro
Browse files Browse the repository at this point in the history
Extra parentheses broke the Terminal check

Co-Authored-By: Michael Ducy <michael@ducy.org>
Signed-off-by: Spencer Krum <skrum@us.ibm.com>
  • Loading branch information
2 people authored and fntlnz committed Jul 22, 2019
1 parent a084f8c commit 5acdb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
items: [add-shell, remove-shell]

- macro: shell_procs
condition: (proc.name in (shell_binaries))
condition: proc.name in (shell_binaries)

- list: coreutils_binaries
items: [
Expand Down

0 comments on commit 5acdb16

Please sign in to comment.