mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-25 17:38:53 +00:00
Add ash
to the list of shell binaries
It is specifically used a lot in alpine-based images. falco-CLA-1.0-signed-off-by: Mehran Kholdi <semekh@hamravesh.com>
This commit is contained in:
parent
9a5efd6073
commit
f365056b89
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user