spiegel_podman/test/e2e/config/containers-caps.conf
Daniel J Walsh 3718ac8e96
Vendor in latest containers/common with default capabilities
Also update vendor of containers/storage and image

Cleanup display of added/dropped capabilties as well

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-12-15 14:28:30 -05:00

15 lines
322 B
Text

[containers]
# List of default capabilities for containers. If it is empty or commented out,
# the default capabilities defined in the container engine will be added.
#
default_capabilities = [
"CHOWN",
"DAC_OVERRIDE",
"FSETID",
"KILL",
"MKNOD",
"NET_BIND_SERVICE",
"SETGID",
"SETPCAP",
]