summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2019-10-01Merge pull request #917 from KentaTada:fix-clone-flagsgVisor bot
2019-10-01Prevent CAP_NET_RAW from appearing in execFabricio Voznika
2019-09-27bazel: use rules_pkg from https://github.com/bazelbuild/Andrei Vagin
2019-09-26Disallow opening of sockets if --fsgofer-host-uds=falseFabricio Voznika
2019-09-26runsc: add the clone flag of cgroup namespaceKenta Tada
2019-09-25Merge pull request #765 from trailofbits:uds_supportgVisor bot
2019-09-25Fix runsc log collection in kokoroFabricio Voznika
2019-09-25Remove centralized registration of protocols.Kevin Krakauer
2019-09-24Remove unecessary seccomp permission.Robert Tonic
2019-09-24Refactor command line options and remove the allowed terminology for udsRobert Tonic
2019-09-24Merge pull request #812 from lubinszARM:pr_dup3_armgVisor bot
2019-09-23Always set HOME env var with `runsc exec`.Nicolas Lacasse
2019-09-19Update InstallUDSFilters documentation to be accurate to functionality.Robert Tonic
2019-09-19Fix documentation, clean up seccomp filter installation, rename helpers.Robert Tonic
2019-09-19Place the host UDS mounting behind --fsgofer-host-uds-allowed.Robert Tonic
2019-09-18Shard the runtime tests.Nicolas Lacasse
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-09-12Update p9 to support flipcall.Adin Scannell
2019-09-12Merge pull request #843 from nlacasse:versiongVisor bot
2019-09-10Fix `runsc --version` and add a test.Nicolas Lacasse
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-09-05Ignore the root container when calculating oom_score_adj for the sandbox.Ian Lewis
2019-09-05Apply go fmt to the fsgofer changes.Robert Tonic
2019-09-05Remove seccomp permissions, and clean up the Attach logic.Robert Tonic
2019-09-05Change syscall.Dup2 to syscall.Dup3Bin Lu
2019-09-04Resolve flakes with TestMultiContainerDestroyFabricio Voznika
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-29Merge pull request #655 from praveensastry:feature/runsc-ref-chk-leakgVisor bot
2019-08-29Don't log an error when stopping the container if it is not running.Nicolas Lacasse
2019-08-27Mount volumes as super userFabricio Voznika
2019-08-27Restrict seccomp filters for UDS support.Robert Tonic
2019-08-27First pass at implementing Unix Domain Socket support. No tests.Robert Tonic
2019-08-26fsgofer_test.go: a socket file path can't be longer than UNIX_MAX_PATH (108)Andrei Vagin
2019-08-22Log message sent before logging is setupFabricio Voznika
2019-08-22Send sandbox log to test logFabricio Voznika
2019-08-22Add log prefix for better claritypraveensastry
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-08-13Fix file mode check in fsgofer AttachFabricio Voznika
2019-08-13tests: print stack traces if test failed by timeoutAndrei Vagin
2019-08-09Fix the Stringer for leak modepraveensastry
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-07Set gofer's OOM score adjustmentFabricio Voznika
2019-08-06Make loading container in a sandbox more robustFabricio Voznika
2019-08-06Remove traces option for ref leak modepraveensastry
2019-08-06Add option to configure reference leak checkingpraveensastry
2019-08-02Remove stale TODOFabricio Voznika
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-08-01Set sandbox oom_score_adjIan Lewis