gvisor/pkg/sentry/loader
Zach Koopmans e511c0e05f Add feature to launch Sentry from an open host FD.
Adds feature to launch from an open host FD instead of a binary_path.
The FD should point to a valid executable and most likely be statically
compiled. If the executable is not statically compiled, the loader will
search along the interpreter paths, which must be able to be resolved in
the Sandbox's file system or start will fail.

PiperOrigin-RevId: 260756825
2019-07-30 11:20:40 -07:00
..
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
elf.go Add ARM64 support to pkg/sentry/loader 2019-07-21 19:30:18 -07:00
interpreter.go Update canonical repository. 2019-06-13 16:50:15 -07:00
loader.go Add feature to launch Sentry from an open host FD. 2019-07-30 11:20:40 -07:00
vdso.go Plumb context through more layers of filesytem. 2019-06-13 18:40:38 -07:00
vdso_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00