diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-09-13 12:44:50 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-09-13 16:43:50 -0400 |
commit | a481a1265acbfb011a5400ffba39bbcb020a1c7c (patch) | |
tree | 665aefef3e57b91527938ff075338719dedb0515 /docs | |
parent | 0079c24ec16b4d08b5460f7e06ad5a4908c8b8be (diff) | |
download | podman-a481a1265acbfb011a5400ffba39bbcb020a1c7c.tar.gz podman-a481a1265acbfb011a5400ffba39bbcb020a1c7c.tar.bz2 podman-a481a1265acbfb011a5400ffba39bbcb020a1c7c.zip |
Fix default to pause in podman cp
We want to default to secure when running containers as root,
in rootless, we need to change the default if the system does not
support cgroup v1.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-cp.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-cp.1.md b/docs/podman-cp.1.md index e3d992b55..736bdb12a 100644 --- a/docs/podman-cp.1.md +++ b/docs/podman-cp.1.md @@ -65,7 +65,7 @@ Extract the tar file into the destination directory. If the destination director **--pause** -Pause the container while copying into it to avoid potential security issues around symlinks. Defaults to *false*. +Pause the container while copying into it to avoid potential security issues around symlinks. Defaults to *true*. On rootless containers with cgroups V1, defaults to false. ## ALTERNATIVES |