From 49dc18552a13ee76dc012c35ff073ed07aaeb05b Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 28 May 2019 13:11:55 -0400 Subject: Pause containers while copying into them Should fix CVE-2018-15664 for Podman. Signed-off-by: Matthew Heon --- cmd/podman/cliconfig/create.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/cliconfig') diff --git a/cmd/podman/cliconfig/create.go b/cmd/podman/cliconfig/create.go index 49ab3d827..5fb2eed10 100644 --- a/cmd/podman/cliconfig/create.go +++ b/cmd/podman/cliconfig/create.go @@ -24,4 +24,5 @@ type BuildValues struct { type CpValues struct { PodmanCommand Extract bool + Pause bool } -- cgit v1.2.3-54-g00ecf