From 5e7979f016d6cf1a6a050810af47c75ea16a2c9e Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 20 Feb 2018 12:09:28 -0600 Subject: Address review comments Review comments to delete WithNoNew function and its append. Signed-off-by: baude Closes: #369 Approved by: rhatdan --- cmd/podman/spec.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd') diff --git a/cmd/podman/spec.go b/cmd/podman/spec.go index d535383ba..c4202fcef 100644 --- a/cmd/podman/spec.go +++ b/cmd/podman/spec.go @@ -665,7 +665,6 @@ func (c *createConfig) GetContainerCreateOptions() ([]libpod.CtrCreateOption, er } options = append(options, libpod.WithPrivileged(c.Privileged)) - options = append(options, libpod.WithNoNewPrivs(c.NoNewPrivs)) return options, nil } -- cgit v1.2.3-54-g00ecf