mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-20 09:27:47 +00:00
rule update: add back trusted_containers list for backport compatibility
Signed-off-by: kaizhe <derek0405@gmail.com>
This commit is contained in:
@@ -1677,6 +1677,10 @@
|
|||||||
- list: trusted_images
|
- list: trusted_images
|
||||||
items: []
|
items: []
|
||||||
|
|
||||||
|
# Backport compatibility
|
||||||
|
- list: trusted_containers
|
||||||
|
items: []
|
||||||
|
|
||||||
# Add conditions to this macro (probably in a separate file,
|
# Add conditions to this macro (probably in a separate file,
|
||||||
# overwriting this macro) to specify additional containers that are
|
# overwriting this macro) to specify additional containers that are
|
||||||
# trusted and therefore allowed to run privileged *and* with sensitive
|
# trusted and therefore allowed to run privileged *and* with sensitive
|
||||||
|
Reference in New Issue
Block a user