gvisor/runsc
Kevin Krakauer 02dfceab6d runsc: Allow runsc to properly search the PATH for executable name.
Previously, runsc improperly attempted to find an executable in the container's
PATH.

We now search the PATH via the container's fsgofer rather than the host FS,
eliminating the confusing differences between paths on the host and within a
container.

PiperOrigin-RevId: 210159488
Change-Id: I228174dbebc4c5356599036d6efaa59f28ff28d2
2018-08-24 14:42:40 -07:00
..
boot runsc: Allow runsc to properly search the PATH for executable name. 2018-08-24 14:42:40 -07:00
cmd Add option to panic gofer if writes are attempted over RO mounts 2018-08-24 10:17:42 -07:00
container runsc: De-flakes container_test TestMultiContainerSanity. 2018-08-22 17:55:15 -07:00
fsgofer Add option to panic gofer if writes are attempted over RO mounts 2018-08-24 10:17:42 -07:00
sandbox Add option to panic gofer if writes are attempted over RO mounts 2018-08-24 10:17:42 -07:00
specutils runsc: Allow runsc to properly search the PATH for executable name. 2018-08-24 14:42:40 -07:00
test Standardize mounts in tests 2018-08-20 11:26:39 -07:00
tools/dockercfg Add tool to configure runtime settings in docker 2018-06-20 13:01:16 -07:00
BUILD Make runsc visibility public. 2018-07-27 17:57:42 -07:00
main.go runsc: Fix instances of file access "proxy". 2018-08-15 09:34:18 -07:00