gvisor/runsc
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
..
boot Fix `runsc kill --pid` 2021-02-22 09:33:46 -08:00
cgroup Stub out basic `runsc events --stat` CPU functionality 2021-02-02 12:47:23 -08:00
cli Add mitigate command to runsc 2021-02-10 10:48:48 -08:00
cmd Fix `runsc kill --pid` 2021-02-22 09:33:46 -08:00
config Switch uses of os.Getenv that check for empty string to os.LookupEnv. 2021-01-13 15:15:20 -08:00
console Add support for TTY in multi-container 2020-11-17 14:51:24 -08:00
container Fix `runsc kill --pid` 2021-02-22 09:33:46 -08:00
flag Fix simple mistakes identified by goreportcard. 2021-01-12 12:38:22 -08:00
fsgofer Allow rt_sigaction in gofer seccomp 2021-02-11 11:01:21 -08:00
mitigate Add mitigate command to runsc 2021-02-10 10:48:48 -08:00
sandbox Stub out basic `runsc events --stat` CPU functionality 2021-02-02 12:47:23 -08:00
specutils OCI spec may contain duplicate environment variables 2021-01-11 16:25:50 -08:00
BUILD Remove legacy bazel configurations. 2020-10-19 16:28:40 -07:00
main.go Remove legacy bazel configurations. 2020-10-19 16:28:40 -07:00
version.go Fix `runsc --version` and add a test. 2019-09-10 15:41:47 -07:00
version_test.sh Standardize on tools directory. 2020-01-27 12:21:00 -08:00