summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
2018-09-18Automated rollback of changelist 213307171Kevin Krakauer
2018-09-17Remove memory usage static initFabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-17runsc: Fix stdin/out/err in multi-container mode.Kevin Krakauer
2018-09-13runsc: Support container signal/wait.Lantao Liu
2018-09-12runsc: Add exec flag that specifies where to save the sandbox-internal pid.Kevin Krakauer
2018-09-12Remove getdents from filtersMichael Pratt
2018-09-11Rollback of changelist 212483372Michael Pratt
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-11Allow fstatat back in syscall filtersFabricio Voznika
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-07Only start signal forwarding after init process is createdFabricio Voznika
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-07Use root abstract socket namespace for execFabricio Voznika
2018-09-07runsc: Run sandbox process inside minimal chroot.Nicolas Lacasse
2018-09-05runsc: Support runsc kill multi-container.Kevin Krakauer
2018-09-05Enabled bind mounts in sub-containersFabricio Voznika
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-04Remove epoll_wait from filtersMichael Pratt
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-28Add argument checks to seccompFabricio Voznika
2018-08-28Drop support for Go 1.10Michael Pratt
2018-08-27Add command-line parameter to trigger panic on signalFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-24runsc: Allow runsc to properly search the PATH for executable name.Kevin Krakauer
2018-08-23Clean up syscall filtersFabricio Voznika
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-08-15runsc: Fix instances of file access "proxy".Nicolas Lacasse
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-08-08Basic support for ip link/addr and ifconfigFabricio Voznika
2018-08-08Resend packets back to netstack if destined to itselfFabricio Voznika
2018-08-08Enable SACK in runscFabricio Voznika
2018-08-01Move stack clock to options structIan Gudger
2018-07-31Drop dup2 filterMichael Pratt
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-13runsc: Fix map access race in boot.Loader.waitContainer.Nicolas Lacasse
2018-07-12runsc: Don't close the control server in a defer.Nicolas Lacasse
2018-07-11Automated rollback of changelist 203157739Bhasker Hariharan
2018-07-03Fix runsc VDSO mappingMichael Pratt
2018-07-03Skip overlay on root when its readonlyFabricio Voznika
2018-07-03Resend packets back to netstack if destined to itselfFabricio Voznika
2018-07-03runsc: Mount "mandatory" mounts right after mounting the root.Nicolas Lacasse
2018-07-02runsc/boot/filter: permit SYS_TIME for raceDmitry Vyukov
2018-07-02Make default limits the same as with runcFabricio Voznika
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer