mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-31 06:01:52 +00:00
Add additional spawned shells for docker
This commit is contained in:
parent
7441052b9a
commit
15ed651da9
@ -1113,7 +1113,10 @@
|
||||
'"sh -c pgrep java && exit 0 || exit 1 "',
|
||||
'"sh -c echo healthy "',
|
||||
'"sh -c echo alive "',
|
||||
'"bash /opt/docker/bin/lar"'
|
||||
'"bash /opt/docker/bin/lar"',
|
||||
'"bash /opt/docker/bin/irs"',
|
||||
'"bash /opt/docker/bin/brs"',
|
||||
'"bash /opt/docker/bin/hdi"'
|
||||
]
|
||||
|
||||
# This list allows for easy additions to the set of commands allowed
|
||||
|
Loading…
Reference in New Issue
Block a user