podman-build/test/e2e/config/containers-caps.conf
2025-10-11 12:30:35 +09:00

16 lines
322 B
Plaintext

[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",
]