spelling: allowed

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-02-24 01:47:55 -05:00
committed by poiana
parent 04ce76becc
commit a84adbd231

View File

@@ -2305,7 +2305,7 @@
# explicitly enumerate the container images that you want to allow # explicitly enumerate the container images that you want to allow
# access to EC2 metadata. In this main falco rules file, there isn't # access to EC2 metadata. In this main falco rules file, there isn't
# any way to know all the containers that should have access, so any # any way to know all the containers that should have access, so any
# container is alllowed, by repeating the "container" macro. In the # container is allowed, by repeating the "container" macro. In the
# overridden macro, the condition would look something like # overridden macro, the condition would look something like
# (container.image.repository = vendor/container-1 or # (container.image.repository = vendor/container-1 or
# container.image.repository = vendor/container-2 or ...) # container.image.repository = vendor/container-2 or ...)