summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/loader
AgeCommit message (Expand)Author
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2019-12-06Document ELF PT_LOAD difference from LinuxMichael Pratt
2019-11-13Fix some build errors on arm64.Haibo Xu
2019-10-29Update symlink traversal limit when resolving interpreter path.Dean Deng
2019-10-29Refactor logic for loadExecutable.Dean Deng
2019-10-29Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.Dean Deng
2019-10-25Aggregate arguments for loading executables into a single struct.Dean Deng
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-01Include AT_SECURE in the aux vectorMichael Pratt
2019-10-01Honor X bit on extra anon pages in PT_LOAD segmentsMichael Pratt
2019-08-27Fix comment typoMichael Pratt
2019-07-30Add feature to launch Sentry from an open host FD.Zach Koopmans
2019-07-21Add ARM64 support to pkg/sentry/loaderBin Lu
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-05-21Fix inconsistencies in ELF anonymous mappingsMichael Pratt
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-04-10Internal changeMichael Pratt
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-01-31Remove license commentsMichael Pratt
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2019-01-08Improve loader related error messages returned to users.Brian Geffon
2018-12-11Remove unused envv variable from two funcs.Christopher Koch
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-10-23Track paths and provide a rename hook.Adin Scannell
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-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-19Add AT_UID, AT_EUID, AT_GID, AT_EGID to aux vector.Brian Geffon
2018-07-09Trim all whitespace between interpreter and argMichael Pratt
2018-07-03Fix runsc VDSO mappingMichael Pratt
2018-07-03Handle NUL-only paths in execMichael Pratt
2018-06-15Replace crypto/rand with internal rand packageMichael Pratt
2018-06-13Fix reference leak in VDSO validationIan Gudger
2018-06-12Drop MMapOpts.MappingIdentity reference in loader.mapSegment.Jamie Liu
2018-05-08Reword misleading log lineIan Gudger
2018-05-07Fix misspellingsIan Gudger
2018-05-04Remove ineffectual code in sentry ELF loaderIan Gudger
2018-04-28Check in gVisor.Googler