summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
AgeCommit message (Expand)Author
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
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-28Add option to configure watchdog actionFabricio Voznika
2018-06-26runsc: set gofer umask to 0.Lantao Liu
2018-06-25runsc: add a `multi-container` flag to enable multi-container support.Lantao Liu
2018-06-25Fix lint errorsFabricio Voznika
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-21Forward SIGUSR2 to the sandbox tooFabricio Voznika
2018-06-21Added functionality to create a RestoreEnvironment.Justine Olshan
2018-06-21runsc: Default umask should be 0.Nicolas Lacasse
2018-06-20Add 'runsc debug' commandFabricio Voznika