gvisor/runsc/container
Fabricio Voznika 19fe3a2bfb Fix `runsc kill --pid`
Previously, loader.signalProcess was inconsitently using both root and
container's PID namespace to find the process. It used root namespace
for the exec'd process and container's PID namespace for other processes.
This fixes the code to use the root PID namespace across the board, which
is the same PID reported in `runsc ps` (or soon will after
https://github.com/google/gvisor/pull/5519).

PiperOrigin-RevId: 358836297
2021-02-22 09:33:46 -08:00
..
BUILD Support partitions for other tests. 2020-12-03 01:00:21 -08:00
console_test.go Enable container checkpoint/restore tests with VFS2 2021-02-01 19:29:29 -08:00
container.go Stub out basic `runsc events --stat` CPU functionality 2021-02-02 12:47:23 -08:00
container_norace_test.go Simplify Docker test infrastructure. 2020-04-23 11:33:30 -07:00
container_race_test.go Simplify Docker test infrastructure. 2020-04-23 11:33:30 -07:00
container_test.go Fix `runsc kill --pid` 2021-02-22 09:33:46 -08:00
hook.go Update canonical repository. 2019-06-13 16:50:15 -07:00
multi_container_test.go Fix `runsc kill --pid` 2021-02-22 09:33:46 -08:00
shared_volume_test.go Honor readonly flag for root mount 2020-09-08 14:00:43 -07:00
state_file.go Stub out basic `runsc events --stat` CPU functionality 2021-02-02 12:47:23 -08:00
status.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00