From 5beddf5320324532832ff290b8a26b629ff6c6ad Mon Sep 17 00:00:00 2001 From: kaizhe Date: Mon, 17 Jun 2019 12:12:09 -0700 Subject: [PATCH] rule update: add back trusted_containers list for backport compatibility Signed-off-by: kaizhe --- rules/falco_rules.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index a29e4b68..a6823fa2 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -1677,6 +1677,10 @@ - list: trusted_images items: [] +# Backport compatibility +- list: trusted_containers + items: [] + # Add conditions to this macro (probably in a separate file, # overwriting this macro) to specify additional containers that are # trusted and therefore allowed to run privileged *and* with sensitive