summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2018-08-28 08:51:31 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-28 11:25:01 +0000
commitec07b2d0216c316ac7b2e0869a4e8af02859509d (patch)
tree9c7339f98bc752d64c72b23b0741c691c0b0f1eb /cmd/podman/main.go
parent660bb0196ca0e8e8e10d45f9a781c0bbc3b7c5dd (diff)
downloadpodman-ec07b2d0216c316ac7b2e0869a4e8af02859509d.tar.gz
podman-ec07b2d0216c316ac7b2e0869a4e8af02859509d.tar.bz2
podman-ec07b2d0216c316ac7b2e0869a4e8af02859509d.zip
rootless, login, logout: do not create a new userns
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1360 Approved by: vrothberg
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 95b7a06cf..1fdd5c939 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -29,6 +29,8 @@ var cmdsNotRequiringRootless = map[string]bool{
"help": true,
"version": true,
"exec": true,
+ "login": true,
+ "logout": true,
"kill": true,
"stop": true,
}