gvisor/runsc/specutils
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
..
BUILD Use backoff package for retry logic 2018-07-31 15:07:53 -07:00
specutils.go runsc: Allow runsc to properly search the PATH for executable name. 2018-08-24 14:42:40 -07:00
specutils_test.go Use backoff package for retry logic 2018-07-31 15:07:53 -07:00