mirror of
https://github.com/containers/podman.git
synced 2025-06-27 13:38:49 +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,
|
"help": true,
|
||||||
"version": true,
|
"version": true,
|
||||||
"exec": true,
|
"exec": true,
|
||||||
|
"login": true,
|
||||||
|
"logout": true,
|
||||||
"kill": true,
|
"kill": true,
|
||||||
"stop": true,
|
"stop": true,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user