summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/loader/elf.go
AgeCommit message (Expand)Author
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-08-22Always add AT_BASE even if there is no interpreter.Brian Geffon
2018-07-03Handle NUL-only paths in execMichael Pratt
2018-06-12Drop MMapOpts.MappingIdentity reference in loader.mapSegment.Jamie Liu
2018-05-04Remove ineffectual code in sentry ELF loaderIan Gudger
2018-04-28Check in gVisor.Googler