gvisor/runsc
Fabricio Voznika 717f2501c9 Fix failure to mount volume that sandbox process has no access
Boot loader tries to stat mount to determine whether it's a file or not. This
may file if the sandbox process doesn't have access to the file. Instead, add
overlay on top of file, which is better anyway since we don't want to propagate
changes to the host.

PiperOrigin-RevId: 200411261
Change-Id: I14222410e8bc00ed037b779a1883d503843ffebb
2018-06-13 10:20:06 -07:00
..
boot Fix failure to mount volume that sandbox process has no access 2018-06-13 10:20:06 -07:00
cmd Runsc checkpoint works. 2018-06-12 13:25:23 -07:00
container Runsc checkpoint works. 2018-06-12 13:25:23 -07:00
fsgofer Make fsgofer attach more strict 2018-06-04 18:04:54 -07:00
sandbox Runsc checkpoint works. 2018-06-12 13:25:23 -07:00
specutils Refactor container_test in preparation for sandbox_test 2018-06-04 11:26:30 -07:00
test/testutil Enable debug logging in tests 2018-06-12 10:25:55 -07:00
BUILD Refactor container_test in preparation for sandbox_test 2018-06-04 11:26:30 -07:00
main.go Refactor the Sandbox package into Sandbox + Container. 2018-05-15 10:18:03 -07:00