mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 22:58:12 +00:00
Add ash
to the list of shell binaries (#597)
Add `ash` to the list of shell binaries
This commit is contained in:
@@ -95,7 +95,7 @@
|
|||||||
condition: ((fd.directory=/ or fd.name startswith /root) and fd.name contains "/")
|
condition: ((fd.directory=/ or fd.name startswith /root) and fd.name contains "/")
|
||||||
|
|
||||||
- list: shell_binaries
|
- list: shell_binaries
|
||||||
items: [bash, csh, ksh, sh, tcsh, zsh, dash]
|
items: [ash, bash, csh, ksh, sh, tcsh, zsh, dash]
|
||||||
|
|
||||||
- list: ssh_binaries
|
- list: ssh_binaries
|
||||||
items: [
|
items: [
|
||||||
|
Reference in New Issue
Block a user