diff options
Diffstat (limited to 'libpod/container.go')
-rw-r--r-- | libpod/container.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpod/container.go b/libpod/container.go index 6a515a3e8..57b894b26 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -176,8 +176,6 @@ type ContainerConfig struct { // Security Config // Whether the container is privileged Privileged bool `json:"privileged"` - // Whether to set the No New Privileges flag - NoNewPrivs bool `json:"noNewPrivs"` // SELinux process label for container ProcessLabel string `json:"ProcessLabel,omitempty"` // SELinux mount label for root filesystem |