16 lines
322 B
Plaintext
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",
|
|
]
|