mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-30 12:30:56 +00:00
Add ash
to the list of shell binaries (#597)
Add `ash` to the list of shell binaries
This commit is contained in:
commit
5736ed6ba6
@ -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