gvisor/runsc/specutils
Nicolas Lacasse f96b33c73c runsc: Promote getExecutablePathInternal to getExecutablePath.
Remove GetExecutablePath (the non-internal version).  This makes path handling
more consistent between exec, root, and child containers.

The new getExecutablePath now uses MountNamespace.FindInode, which is more
robust than Walking the Dirent tree ourselves.

This also removes the last use of lstat(2) in the sentry, so that can be
removed from the filters.

PiperOrigin-RevId: 211683110
Change-Id: Ic8ec960fc1c267aa7d310b8efe6e900c88a9207a
2018-09-05 13:01:21 -07:00
..
BUILD runsc: Run sandbox as user nobody. 2018-09-04 20:33:05 -07:00
namespace.go runsc: Run sandbox as user nobody. 2018-09-04 20:33:05 -07:00
specutils.go runsc: Promote getExecutablePathInternal to getExecutablePath. 2018-09-05 13:01:21 -07:00
specutils_test.go runsc: fix container rootfs path. 2018-09-04 13:37:40 -07:00