MyNixOS website logo
option

services.podman.containers.<name>.dropCapabilities

The capabilities to drop from the container.

Declarations
Type
list of string
Default
[ ]
Example
[
  "CAP_DAC_OVERRIDE"
  "CAP_IPC_OWNER"
]