summaryrefslogtreecommitdiffhomepage
path: root/runsc/specutils
AgeCommit message (Expand)Author
2019-01-22Don't bind-mount runsc into a sandbox mntnsAndrei Vagin
2019-01-09Restore to original cgroup after sandbox and gofer processes are createdFabricio Voznika
2018-12-10Open source system call tests.Brian Geffon
2018-11-20Internal change.Nicolas Lacasse
2018-11-14Internal change.Nicolas Lacasse
2018-11-13Internal change.Nicolas Lacasse
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-11Make debug log file name configurableFabricio Voznika
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-09-28Switch to root in userns when CAP_SYS_CHROOT is also missingFabricio Voznika
2018-09-19Fix sandbox and gofer capabilitiesFabricio Voznika
2018-09-19Add docker command line args support for --cpuset-cpus and --cpusLingfu
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-07runsc: Run sandbox process inside minimal chroot.Nicolas Lacasse
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse
2018-09-04runsc: Run sandbox as user nobody.Nicolas Lacasse
2018-09-04runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-09-04runsc: fix container rootfs path.Lantao Liu
2018-08-31Automated rollback of changelist 210995199Fabricio Voznika
2018-08-30runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24runsc: Allow runsc to properly search the PATH for executable name.Kevin Krakauer
2018-07-31Use backoff package for retry logicFabricio Voznika
2018-07-10Modified error message for clarity.Brielle Broder
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer
2018-06-18runsc: support symlink to the exec path.Lantao Liu
2018-06-15runsc: support /dev bind mount which does not conflict with default /dev mount.Lantao Liu
2018-06-04Refactor container_test in preparation for sandbox_testFabricio Voznika
2018-05-15Refactor the Sandbox package into Sandbox + Container.Nicolas Lacasse
2018-05-04Fix runsc capabilitiesFabricio Voznika
2018-05-03Return error when child exits earlyFabricio Voznika
2018-04-28Check in gVisor.Googler