From 15ed651da9d6c1d9a492b8a0396e07c7b279d611 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Fri, 10 Nov 2017 12:12:39 -0800 Subject: [PATCH] Add additional spawned shells for docker --- rules/falco_rules.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index 946f5d60..d859474c 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -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