gvisor/pkg/sentry/control
chris.zn 1c5b6d9bd2 Use different pidns among different containers
The different containers in a sandbox used only one pid
namespace before. This results in that a container can see
the processes in another container in the same sandbox.

This patch use different pid namespace for different containers.

Signed-off-by: chris.zn <chris.zn@antfin.com>
2019-07-24 13:38:23 +08:00
..
BUILD Remove map from fd_map, change to fd_table. 2019-07-02 19:28:59 -07:00
control.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
logging.go Allow to change logging options using 'runsc debug' 2019-06-24 15:03:02 -07:00
pprof.go Update canonical repository. 2019-06-13 16:50:15 -07:00
proc.go Use different pidns among different containers 2019-07-24 13:38:23 +08:00
proc_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
state.go Update canonical repository. 2019-06-13 16:50:15 -07:00