gvisor/runsc/boot
Nicolas Lacasse 04cbb13ce9 Give each container a distinct MountNamespace.
This keeps all container filesystem completely separate from eachother
(including from the root container filesystem), and allows us to get rid of the
"__runsc_containers__" directory.

It also simplifies container startup/teardown as we don't have to muck around
in the root container's filesystem.

PiperOrigin-RevId: 259613346
2019-07-23 14:37:07 -07:00
..
filter Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
platforms Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
BUILD Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
compat.go Update canonical repository. 2019-06-13 16:50:15 -07:00
compat_amd64.go Update canonical repository. 2019-06-13 16:50:15 -07:00
compat_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
config.go Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
controller.go Allow to change logging options using 'runsc debug' 2019-06-24 15:03:02 -07:00
debug.go Update canonical repository. 2019-06-13 16:50:15 -07:00
events.go Update canonical repository. 2019-06-13 16:50:15 -07:00
fds.go Remove map from fd_map, change to fd_table. 2019-07-02 19:28:59 -07:00
fs.go Give each container a distinct MountNamespace. 2019-07-23 14:37:07 -07:00
fs_test.go Add support to mount pod shared tmpfs mounts 2019-06-11 14:54:31 -07:00
limits.go Update canonical repository. 2019-06-13 16:50:15 -07:00
loader.go Give each container a distinct MountNamespace. 2019-07-23 14:37:07 -07:00
loader_test.go Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
network.go Update canonical repository. 2019-06-13 16:50:15 -07:00
pprof.go gvisor/runsc: apply seccomp filters before parsing a state file 2019-06-12 11:55:24 -07:00
strace.go Update canonical repository. 2019-06-13 16:50:15 -07:00
user.go Update canonical repository. 2019-06-13 16:50:15 -07:00
user_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00