summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2019-02-22 11:14:10 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2019-02-22 21:36:46 +0100
commitd47a9a6c4d0fac435abb35c9c38b777d12e653fc (patch)
tree8d42b5fd1a00b7fb1e5c880f01eb68ee6cecd2f7 /cmd/podman/main.go
parentc757cb23ca15634077a8b9fa33aba7abd1c8249b (diff)
downloadpodman-d47a9a6c4d0fac435abb35c9c38b777d12e653fc.tar.gz
podman-d47a9a6c4d0fac435abb35c9c38b777d12e653fc.tar.bz2
podman-d47a9a6c4d0fac435abb35c9c38b777d12e653fc.zip
cmd: support rootless mode for cp command
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 990e55a8c..bb21f2f79 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -61,6 +61,7 @@ var cmdsNotRequiringRootless = map[*cobra.Command]bool{
_versionCommand: true,
_createCommand: true,
_execCommand: true,
+ _cpCommand: true,
_exportCommand: true,
//// `info` must be executed in an user namespace.
//// If this change, please also update libpod.refreshRootless()