summaryrefslogtreecommitdiff
path: root/test/e2e/config/containers-caps.conf
blob: 7b964e4a712e774e0bae836697403fa2535008ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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",
    "FOWNER",
    "FSETID",
    "KILL",
    "MKNOD",
    "NET_BIND_SERVICE",
    "SETGID",
    "SETPCAP",
    "SETUID",
]