summaryrefslogtreecommitdiffhomepage
path: root/runsc/specutils
AgeCommit message (Expand)Author
2020-06-16Print spec as json when --debug is enabledFabricio Voznika
2020-06-01More runsc changes for VFS2Fabricio Voznika
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-05-28Automated rollback of changelist 309082540Fabricio Voznika
2020-04-26refactor and add test for bindmountmoricho
2020-04-10Add logging message for noNewPrivileges OCI option.Ian Lewis
2020-04-07Add friendlier messages for frequently encountered errors.Ian Lewis
2020-03-12Kill sandbox process when parent process terminatesFabricio Voznika
2020-01-27Standardize on tools directory.Adin Scannell
2019-10-22Merge pull request #1046 from tomlanyon:criogVisor bot
2019-10-20Add runsc OCI annotations to support CRI-O.Tom Lanyon
2019-10-10Update TODO for OCI seccomp support.Ian Lewis
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-26runsc: add the clone flag of cgroup namespaceKenta Tada
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-09-05Ignore the root container when calculating oom_score_adj for the sandbox.Ian Lewis
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-06-12Allow 'runsc do' to run without rootFabricio Voznika
2019-06-11Add support to mount pod shared tmpfs mountsFabricio Voznika
2019-05-16tiny fix: avoid panicing when OpenSpec failedLiu Hua
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-04-04gvisor: Add support for the MS_NOEXEC mount optionAndrei Vagin
2019-04-01Add release hook and version flagAdin Scannell
2019-03-20Fail in case mount option is unknownFabricio Voznika
2019-03-18Add support for mount propagationFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2019-01-22Don't bind-mount runsc into a sandbox mntnsAndrei Vagin
2019-01-09Restore to original cgroup after sandbox and gofer processes are createdFabricio Voznika
2018-12-10Open source system call tests.Brian Geffon
2018-11-20Internal change.Nicolas Lacasse
2018-11-14Internal change.Nicolas Lacasse
2018-11-13Internal change.Nicolas Lacasse
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-11Make debug log file name configurableFabricio Voznika
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-09-28Switch to root in userns when CAP_SYS_CHROOT is also missingFabricio Voznika
2018-09-19Fix sandbox and gofer capabilitiesFabricio Voznika
2018-09-19Add docker command line args support for --cpuset-cpus and --cpusLingfu
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-07runsc: Run sandbox process inside minimal chroot.Nicolas Lacasse
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