summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2019-01-18Start a sandbox process in a new userns only if CAP_SETUID is setAndrei Vagin
2019-01-18runsc: create a new proc mount if the sandbox process is running in a new pidnsAndrei Vagin
2019-01-16Prevent internal tmpfs mount to override files in /tmpFabricio Voznika
2019-01-15Create working directory if it doesn't yet existFabricio Voznika
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2019-01-14runsc: set up a minimal chroot from the sandbox processAndrei Vagin
2019-01-11runsc: Collect zombies of sandbox and gofer processesAndrei Vagin
2019-01-09Restore to original cgroup after sandbox and gofer processes are createdFabricio Voznika
2019-01-07Undo changes in case of failure to create file/dir/symlinkFabricio Voznika
2019-01-03Apply chroot for --network=host tooFabricio Voznika
2019-01-02Automated rollback of changelist 225089593Michael Pratt
2018-12-28Simplify synchronization between runsc and sandbox processFabricio Voznika
2018-12-20Rename limits.MemoryPagesLocked to limits.MemoryLocked.Jamie Liu
2018-12-19Automated rollback of changelist 225861605Googler
2018-12-17Expose internal testing flagMichael Pratt
2018-12-17Implement mlock(), kind of.Jamie Liu
2018-12-13container.Destroy should clean up container metadata even if other cleanups failNicolas Lacasse
2018-12-11Add "trace signal" optionMichael Pratt
2018-12-10Open source system call tests.Brian Geffon
2018-12-10Internal change.Nicolas Lacasse
2018-12-07sentry: turn "dynamically-created" procfs files into static creation.Zhaozhong Ni
2018-12-06A sandbox process should wait until it has not been moved into cgroupsAndrei Vagin
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-12-03Internal change.Googler
2018-11-28Internal change.Googler
2018-11-28Fix crictl tests.Kevin Krakauer
2018-11-27Disable crictl testsMichael Pratt
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-11-20Use math.Rand to generate a random test container id.Nicolas Lacasse
2018-11-20Internal change.Nicolas Lacasse
2018-11-20Add unsupported syscall events for get/setsockoptFabricio Voznika
2018-11-20Don't fail when destroyContainerFS is called more than onceFabricio Voznika
2018-11-20Internal change.Nicolas Lacasse
2018-11-15Allow sandbox.Wait to be called after the sandbox has exited.Nicolas Lacasse
2018-11-14Internal change.Nicolas Lacasse
2018-11-13Internal change.Nicolas Lacasse
2018-11-13Internal change.Nicolas Lacasse
2018-11-13Internal change.Nicolas Lacasse
2018-11-12Internal change.Nicolas Lacasse
2018-11-12runsc: generate exec pidfile after everything is ready.Lantao Liu
2018-11-09Close donated files if containerManager.Start() failsFabricio Voznika
2018-11-09Add tests multicontainer start/stopFabricio Voznika
2018-11-07Add test that volume can be mounted on top of a symlinkFabricio Voznika
2018-11-07Fix test --race violationFabricio Voznika
2018-11-07AsyncBarrier should be run after all defers in destroyContainerFS.Nicolas Lacasse
2018-11-07Add more logging to controller.goFabricio Voznika
2018-11-06Fix problem where crictl tests would signal both error and done channelsKevin Krakauer
2018-11-05Fix race between start and destroyFabricio Voznika
2018-11-05Log when external signal is receivedFabricio Voznika
2018-11-01First crictl integration tests.Kevin Krakauer