summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2018-09-17Remove memory usage static initFabricio Voznika
2018-09-17Rename container in testFabricio 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-10runsc: Chmod all mounted files to 777 inside chroot.Nicolas Lacasse
2018-09-07Automated rollback of changelist 212059579Nicolas Lacasse
2018-09-07Automated rollback of changelist 211992321Nicolas Lacasse
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-07Disable test until we figure out what's brokenFabricio Voznika
2018-09-07Add additional sanity checks for walk.Adin Scannell
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-07runsc: Dup debug log file to stderr, so sentry panics don't get lost.Nicolas Lacasse
2018-09-06runsc: do not delete in paused state.Lantao Liu
2018-09-06Enable network for multi-containerFabricio Voznika
2018-09-06runsc testing: Move TestMultiContainerSignal to multi_container_test.Kevin Krakauer
2018-09-05runsc: Support runsc kill multi-container.Kevin Krakauer
2018-09-05Use container's capabilities in execFabricio Voznika
2018-09-05Enabled bind mounts in sub-containersFabricio Voznika
2018-09-05Running container should have a valid sandboxFabricio Voznika
2018-09-05Add MADVISE to fsgofer seccomp profileFabricio Voznika
2018-09-05Move multi-container test to a single fileFabricio 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-04runsc: fix container rootfs path.Lantao Liu
2018-09-04Remove epoll_wait from filtersMichael Pratt
2018-08-31Mounting over '/tmp' may failFabricio Voznika
2018-08-31Remove not used depsFabricio Voznika
2018-08-31Automated rollback of changelist 210995199Fabricio Voznika
2018-08-31runsc: Set volume mount rslave.Lantao Liu
2018-08-31Add other missing depMichael Pratt
2018-08-31Fix RunAsRoot arguments forwardingFabricio Voznika
2018-08-31Add missing importTamir Duberstein
2018-08-30Add seccomp filter to fsgoferFabricio 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-28runsc: unmount volume mounts when destroy container.Lantao Liu
2018-08-28Consolidate image tests into a single fileFabricio Voznika
2018-08-27Add command-line parameter to trigger panic on signalFabricio Voznika
2018-08-27runsc: Fix readonly filesystem causing failure to create containers.Kevin Krakauer