diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-02-22 12:55:39 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-22 21:22:39 +0000 |
commit | 8eadc208e15023d9fa92cf08ff03c29ac55bf183 (patch) | |
tree | def82eff864a01acb1e623aa15317006d207c0d5 /libpod/container.go | |
parent | 6a4fcb168a47b0419b7a5cef48e3c7d0b42a9438 (diff) | |
download | podman-8eadc208e15023d9fa92cf08ff03c29ac55bf183.tar.gz podman-8eadc208e15023d9fa92cf08ff03c29ac55bf183.tar.bz2 podman-8eadc208e15023d9fa92cf08ff03c29ac55bf183.zip |
Remove No New Privs from DB as it's already in the spec
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #383
Approved by: rhatdan
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 |