github.com/containers/podman/v5@v5.1.0-rc1/test/e2e/config/containers-caps.conf (about)

     1  [containers]
     2  
     3  # List of default capabilities for containers. If it is empty or commented out,
     4  # the default capabilities defined in the container engine will be added.
     5  #
     6  default_capabilities = [
     7      "CHOWN",
     8      "DAC_OVERRIDE",
     9      "FSETID",
    10      "KILL",
    11      "MKNOD",
    12      "NET_BIND_SERVICE",
    13      "SETGID",
    14      "SETPCAP",
    15  ]