summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2019-10-14Merge pull request #997 from dvrkps:patch-1gVisor bot
2019-10-11Set base to rootDavor Kapsa
2019-10-10Update TODO for OCI seccomp support.Ian Lewis
2019-10-10Remove unnecessary assignment to pathDavor Kapsa
2019-10-10Allow rt_sigreturn in runsc goferMichael Pratt
2019-10-08Remove stale TODOFabricio Voznika
2019-10-08Ignore mount options that are not supported in shared mountsFabricio Voznika
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-07Add tests for $HOMEIan Lewis
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-10-01runsc: remove todo from the build fileAndrei Vagin
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