Skip to content

Commit

Permalink
Add ash to the list of shell binaries
Browse files Browse the repository at this point in the history
It is specifically used a lot in alpine-based images.
  • Loading branch information
semekh committed May 12, 2019
1 parent 9a5efd6 commit a7ecac4
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 @@ -95,7 +95,7 @@
condition: ((fd.directory=/ or fd.name startswith /root) and fd.name contains "/")

- list: shell_binaries
items: [bash, csh, ksh, sh, tcsh, zsh, dash]
items: [ash, bash, csh, ksh, sh, tcsh, zsh, dash]

- list: ssh_binaries
items: [
Expand Down

0 comments on commit a7ecac4

Please sign in to comment.