spiegel_podman/pkg/adapter
Giuseppe Scrivano 231129e4dc
rootless: fix pod stop|rm if uid in the container != 0
join the user namespace where the pod is running, so that we can both
manage the storage and correctly send the kill signal to a process
which is not running as root in the namespace.

Closes: https://github.com/containers/libpod/issues/2577

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-03-11 11:48:28 +01:00
..
shortcuts Support podman-remote stop container(s) 2019-03-02 08:57:20 -07:00
client.go Enable more podman-remote pod commands 2019-02-22 17:00:24 -06:00
containers.go Implement podman-remote wait command and container subcommand 2019-03-06 10:32:01 -07:00
containers_remote.go Implement podman-remote wait command and container subcommand 2019-03-06 10:32:01 -07:00
images_remote.go Enable more podman-remote pod commands 2019-02-22 17:00:24 -06:00
info_remote.go Enable more podman-remote pod commands 2019-02-22 17:00:24 -06:00
pods.go podman-remote pod top|stats 2019-03-06 11:01:25 -06:00
pods_remote.go podman-remote pod top|stats 2019-03-06 11:01:25 -06:00
runtime.go rootless: fix pod stop|rm if uid in the container != 0 2019-03-11 11:48:28 +01:00
runtime_remote.go rootless: fix pod stop|rm if uid in the container != 0 2019-03-11 11:48:28 +01:00
volumes_remote.go Enable more podman-remote pod commands 2019-02-22 17:00:24 -06:00