gvisor/pkg/sentry/loader
Dean Deng 38330e9377 Update symlink traversal limit when resolving interpreter path.
When execveat is called on an interpreter script, the symlink count for
resolving the script path should be separate from the count for resolving the
the corresponding interpreter. An ELOOP error should not occur if we do not hit
the symlink limit along any individual path, even if the total number of
symlinks encountered exceeds the limit.

Closes #574

PiperOrigin-RevId: 277358474
2019-10-29 13:59:28 -07:00
..
BUILD Reorder BUILD license and load functions in gvisor. 2019-10-16 16:40:30 -07:00
elf.go Update symlink traversal limit when resolving interpreter path. 2019-10-29 13:59:28 -07:00
interpreter.go Update canonical repository. 2019-06-13 16:50:15 -07:00
loader.go Update symlink traversal limit when resolving interpreter path. 2019-10-29 13:59:28 -07:00
vdso.go Plumb context through more layers of filesytem. 2019-06-13 18:40:38 -07:00
vdso_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00