From 18960b01b0cf10fe42ab734d155c18b9ab0980d4 Mon Sep 17 00:00:00 2001 From: kaizhe Date: Mon, 17 Jun 2019 12:30:26 -0700 Subject: [PATCH] more comment Signed-off-by: kaizhe --- 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 a6823fa2..6af25792 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -1677,7 +1677,10 @@ - list: trusted_images items: [] -# Backport compatibility +# NOTE: This list is only provided for backwards compatibility with +# older local falco rules files that may have been appending to +# trusted_containers. To make customizations, it's better to add containers to +# user_trusted_containers, user_priivleged_containers or user_sensitive_mount_containers. - list: trusted_containers items: []