Age | Commit message (Expand) | Author |
2019-09-27 | Merge release-20190806.1-198-g8337e4f (automated) | gVisor bot |
2019-09-26 | Disallow opening of sockets if --fsgofer-host-uds=false | Fabricio Voznika |
2019-09-25 | Merge release-20190806.1-195-gdd0e5ee (automated) | gVisor bot |
2019-09-25 | Merge pull request #765 from trailofbits:uds_support | gVisor bot |
2019-09-24 | Remove unecessary seccomp permission. | Robert Tonic |
2019-09-24 | Refactor command line options and remove the allowed terminology for uds | Robert Tonic |
2019-09-19 | Update InstallUDSFilters documentation to be accurate to functionality. | Robert Tonic |
2019-09-19 | Fix documentation, clean up seccomp filter installation, rename helpers. | Robert Tonic |
2019-09-19 | Place the host UDS mounting behind --fsgofer-host-uds-allowed. | Robert Tonic |
2019-09-13 | Merge release-20190806.1-143-ga8834fc (automated) | gVisor bot |
2019-09-12 | Update p9 to support flipcall. | Adin Scannell |
2019-09-05 | Apply go fmt to the fsgofer changes. | Robert Tonic |
2019-09-05 | Remove seccomp permissions, and clean up the Attach logic. | Robert Tonic |
2019-08-27 | Restrict seccomp filters for UDS support. | Robert Tonic |
2019-08-27 | First pass at implementing Unix Domain Socket support. No tests. | Robert Tonic |
2019-08-26 | fsgofer_test.go: a socket file path can't be longer than UNIX_MAX_PATH (108) | Andrei Vagin |
2019-08-13 | Merge c386f046 (automated) | gVisor bot |
2019-08-13 | Fix file mode check in fsgofer Attach | Fabricio Voznika |
2019-07-30 | Merge 1decf764 (automated) | gVisor bot |
2019-07-30 | Change syscall.POLL to syscall.PPOLL. | Haibo Xu |
2019-06-27 | Merge 5b41ba5d (automated) | gVisor bot |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-25 | Merge fd16a329 (automated) | gVisor bot |
2019-06-24 | fsgopher: reopen files via /proc/self/fd | Andrei Vagin |
2019-06-13 | Merge add40fd6 (automated) | gVisor bot |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-02 | Merge 216da0b7 (automated) | gVisor bot |
2019-05-17 | Return EPERM for mknod | Michael Pratt |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |
2019-05-03 | gofer: don't leak file descriptors | Andrei Vagin |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-23 | Remember file position during Readdir() | Fabricio Voznika |
2019-04-23 | Replace os.File with fd.FD in fsgofer | Fabricio Voznika |
2019-04-01 | Automated rollback of changelist 240657604 | Fabricio Voznika |
2019-04-01 | gofer: ignore unsupported files | Liu Hua |
2019-03-27 | Automated rollback of changelist 240502097 | Fabricio Voznika |
2019-03-26 | Merge fsgofer 'controlFile' and 'openedFile' | Fabricio Voznika |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-07 | Undo changes in case of failure to create file/dir/symlink | Fabricio Voznika |
2018-11-20 | Use RET_KILL_PROCESS if available in kernel | Fabricio Voznika |
2018-11-01 | Use spec with clean paths for gofer | Fabricio Voznika |
2018-10-31 | Make lazy open the mode of operation for fsgofer | Fabricio Voznika |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-09-21 | Run gofmt -s on everything | Ian Gudger |
2018-09-07 | Add additional sanity checks for walk. | Adin Scannell |
2018-09-05 | Add MADVISE to fsgofer seccomp profile | Fabricio Voznika |
2018-08-30 | Add seccomp filter to fsgofer | Fabricio Voznika |
2018-08-27 | runsc: fsgofer should return a unique QID.Path for each file. | Nicolas Lacasse |
2018-08-27 | Put fsgofer inside chroot | Fabricio Voznika |