gvisor/runsc/cmd
Andrei Vagin a46b6d453d runsc: set up a minimal chroot from the sandbox process
In this case, new mounts are not created in the host mount namspaces, so
tearDownChroot isn't needed, because chroot will be destroyed with a
sandbox mount namespace.

In additional, pivot_root can't be called instead of chroot.

PiperOrigin-RevId: 229250871
Change-Id: I765bdb587d0b8287a6a8efda8747639d37c7e7b6
2019-01-14 14:08:19 -08:00
..
BUILD runsc: set up a minimal chroot from the sandbox process 2019-01-14 14:08:19 -08:00
boot.go runsc: set up a minimal chroot from the sandbox process 2019-01-14 14:08:19 -08:00
capability.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
capability_test.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
checkpoint.go Internal change. 2018-11-28 14:01:48 -08:00
chroot.go runsc: set up a minimal chroot from the sandbox process 2019-01-14 14:08:19 -08:00
cmd.go runsc: set up a minimal chroot from the sandbox process 2019-01-14 14:08:19 -08:00
create.go Internal change. 2018-11-28 14:01:48 -08:00
debug.go Internal change. 2018-11-28 14:01:48 -08:00
delete.go Internal change. 2018-11-28 14:01:48 -08:00
delete_test.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
events.go Internal change. 2018-11-28 14:01:48 -08:00
exec.go Internal change. 2018-11-28 14:01:48 -08:00
exec_test.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
gofer.go Internal change. 2018-11-28 14:01:48 -08:00
kill.go Internal change. 2018-11-28 14:01:48 -08:00
list.go Internal change. 2018-11-28 14:01:48 -08:00
path.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
pause.go Internal change. 2018-11-28 14:01:48 -08:00
ps.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
restore.go Internal change. 2018-11-28 14:01:48 -08:00
resume.go Internal change. 2018-11-28 14:01:48 -08:00
run.go Internal change. 2018-11-28 14:01:48 -08:00
spec.go Internal change. 2018-11-28 14:01:48 -08:00
start.go Internal change. 2018-11-28 14:01:48 -08:00
state.go Internal change. 2018-11-28 14:01:48 -08:00
wait.go Internal change. 2018-11-28 14:01:48 -08:00