rule update: add back trusted_containers list for backport compatibility

Signed-off-by: kaizhe <derek0405@gmail.com>
This commit is contained in:
kaizhe
2019-06-17 12:12:09 -07:00
committed by poiana
parent 2198147c35
commit 5beddf5320

View File

@@ -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