summaryrefslogtreecommitdiffhomepage
path: root/runsc/fsgofer
AgeCommit message (Expand)Author
2019-10-18Cleanup host UDS supportMichael Pratt
2019-10-15Make Attach no longer a special snowflakeMichael Pratt
2019-10-10Allow rt_sigreturn in runsc goferMichael Pratt
2019-09-26Disallow opening of sockets if --fsgofer-host-uds=falseFabricio Voznika
2019-09-25Merge pull request #765 from trailofbits:uds_supportgVisor bot
2019-09-24Remove unecessary seccomp permission.Robert Tonic
2019-09-24Refactor command line options and remove the allowed terminology for udsRobert Tonic
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-12Update p9 to support flipcall.Adin Scannell
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-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-13Fix file mode check in fsgofer AttachFabricio Voznika
2019-07-30Change syscall.POLL to syscall.PPOLL.Haibo Xu
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-24fsgopher: reopen files via /proc/self/fdAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-05-17Return EPERM for mknodMichael Pratt
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-05-03gofer: don't leak file descriptorsAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-23Remember file position during Readdir()Fabricio Voznika
2019-04-23Replace os.File with fd.FD in fsgoferFabricio Voznika
2019-04-01Automated rollback of changelist 240657604Fabricio Voznika
2019-04-01gofer: ignore unsupported filesLiu Hua
2019-03-27Automated rollback of changelist 240502097Fabricio Voznika
2019-03-26Merge fsgofer 'controlFile' and 'openedFile'Fabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2019-01-07Undo changes in case of failure to create file/dir/symlinkFabricio Voznika
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-11-01Use spec with clean paths for goferFabricio Voznika
2018-10-31Make lazy open the mode of operation for fsgoferFabricio Voznika
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-21Run gofmt -s on everythingIan Gudger
2018-09-07Add additional sanity checks for walk.Adin Scannell
2018-09-05Add MADVISE to fsgofer seccomp profileFabricio Voznika
2018-08-30Add seccomp filter to fsgoferFabricio Voznika
2018-08-27runsc: fsgofer should return a unique QID.Path for each file.Nicolas Lacasse
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24Add option to panic gofer if writes are attempted over RO mountsFabricio Voznika
2018-08-22runsc: De-flakes container_test TestMultiContainerSanity.Kevin Krakauer
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-07-30Cleans up files created if there is a failure.Brielle Broder
2018-06-04Make fsgofer attach more strictFabricio Voznika
2018-05-10Fix failure to rename directoryFabricio Voznika