gvisor/pkg/sentry
Zach Koopmans 15a822a193 VFS2: Get HelloWorld image tests to pass with VFS2
This change includes:
- Modifications to loader_test.go to get TestCreateMountNamespace to
pass with VFS2.
- Changes necessary to get TestHelloWorld in image tests to pass with
VFS2. This means runsc can run the hello-world container with docker
on VSF2.

Note: Containers that use sockets will not run with these changes.
See "//test/image/...". Any tests here with sockets currently fail
(which is all of them but HelloWorld).
PiperOrigin-RevId: 308363072
2020-04-24 18:23:37 -07:00
..
arch Merge pull request #1819 from lubinszARM:pr_signal_2 2020-04-23 12:01:38 -07:00
contexttest Fix all copy locks violations. 2020-04-08 10:00:14 -07:00
control Use host-defined file owner and mode, when possible, for imported fds. 2020-03-26 16:47:20 -07:00
device Standardize on tools directory. 2020-01-27 12:21:00 -08:00
devices/memdev Add //pkg/sentry/devices/memdev. 2020-01-29 10:09:31 -08:00
fs Port SCM Rights to VFS2. 2020-04-24 13:46:58 -07:00
fsbridge Correctly implement magic symlinks in VFS2 procfs. 2020-04-06 16:32:37 -07:00
fsimpl VFS2: Get HelloWorld image tests to pass with VFS2 2020-04-24 18:23:37 -07:00
hostcpu Standardize on tools directory. 2020-01-27 12:21:00 -08:00
hostfd Factor fsimpl/gofer.host{Preadv,Pwritev} out of fsimpl/gofer. 2020-04-23 11:08:24 -07:00
hostmm Update package locations. 2020-01-27 15:31:32 -08:00
inet Fix S/R on inet.Namespace. 2020-03-05 17:40:18 -08:00
kernel Move hostfs mount to Kernel struct. 2020-04-24 10:03:43 -07:00
limits Update package locations. 2020-01-27 15:31:32 -08:00
loader Merge pull request #1818 from lubinszARM:pr_signal_1 2020-04-21 14:26:08 -07:00
memmap Update package locations. 2020-01-27 15:31:32 -08:00
mm Enable automated marshalling for mempolicy syscalls. 2020-04-23 18:20:21 -07:00
pgalloc Update package locations. 2020-01-27 15:31:32 -08:00
platform Merge pull request #1707 from lubinszARM:pr_lazy_fpsimd_2 2020-04-24 16:23:16 -07:00
sighandling Fix "application exiting with {Code:0 Signo:27}" during boot. 2020-03-13 11:26:45 -07:00
socket Port SCM Rights to VFS2. 2020-04-24 13:46:58 -07:00
state Standardize on tools directory. 2020-01-27 12:21:00 -08:00
strace Make ExtractErrno a function 2020-04-16 11:49:27 -07:00
syscalls Port SCM Rights to VFS2. 2020-04-24 13:46:58 -07:00
time Standardize on tools directory. 2020-01-27 12:21:00 -08:00
unimpl Update package locations. 2020-01-27 15:31:32 -08:00
uniqueid Update package locations. 2020-01-27 15:31:32 -08:00
usage Document MinimumTotalMemoryBytes. 2020-02-10 12:08:32 -08:00
vfs Fixes for procfs 2020-04-24 11:45:19 -07:00
watchdog Fix watchdog skipStack: the meaning was reversed. 2020-04-17 22:19:47 -07:00
BUILD Cleanup internal package group. 2020-02-10 17:12:59 -08:00