mirror of
https://github.com/containers/podman.git
synced 2025-06-04 13:08:55 +08:00
rootless, login, logout: do not create a new userns
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1360 Approved by: vrothberg
This commit is contained in:

committed by
Atomic Bot

parent
660bb0196c
commit
ec07b2d021
@ -29,6 +29,8 @@ var cmdsNotRequiringRootless = map[string]bool{
|
||||
"help": true,
|
||||
"version": true,
|
||||
"exec": true,
|
||||
"login": true,
|
||||
"logout": true,
|
||||
"kill": true,
|
||||
"stop": true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user