diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-05-28 13:11:55 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-05-29 22:53:50 -0400 |
commit | 49dc18552a13ee76dc012c35ff073ed07aaeb05b (patch) | |
tree | de277e6e99da208a73ab1eacc3b9a81053d92adf /cmd/podman/cliconfig/create.go | |
parent | 7b7d54242c2aa0846766f2063e3bd4fe72999a3b (diff) | |
download | podman-49dc18552a13ee76dc012c35ff073ed07aaeb05b.tar.gz podman-49dc18552a13ee76dc012c35ff073ed07aaeb05b.tar.bz2 podman-49dc18552a13ee76dc012c35ff073ed07aaeb05b.zip |
Pause containers while copying into them
Should fix CVE-2018-15664 for Podman.
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'cmd/podman/cliconfig/create.go')
-rw-r--r-- | cmd/podman/cliconfig/create.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |