mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
rootless: do not create automatically a userns for pod kill
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -70,6 +70,7 @@ var cmdsNotRequiringRootless = map[*cobra.Command]bool{
|
|||||||
_mountCommand: true,
|
_mountCommand: true,
|
||||||
_killCommand: true,
|
_killCommand: true,
|
||||||
_pauseCommand: true,
|
_pauseCommand: true,
|
||||||
|
_podKillCommand: true,
|
||||||
_restartCommand: true,
|
_restartCommand: true,
|
||||||
_runCommand: true,
|
_runCommand: true,
|
||||||
_unpauseCommand: true,
|
_unpauseCommand: true,
|
||||||
|
Reference in New Issue
Block a user