summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/gofer.go
AgeCommit message (Expand)Author
2021-03-18Skip /dev submount hack on VFS2.Jamie Liu
2021-03-08Internal change.Chong Cai
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2020-09-17Remove option to panic goferFabricio Voznika
2020-09-01Let flags be overriden from OCI annotationsFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-06-09Mount root and volumes as read-only if --overlay is enabledFabricio Voznika
2020-06-01Make gofer mount readonly when overlay is enabledFabricio Voznika
2020-04-08Clean up TODOsFabricio Voznika
2020-03-19Improve error message when pivot_root failsFabricio Voznika
2020-02-10Add flag package to limit visibility.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-10-11Set base to rootDavor Kapsa
2019-10-10Remove unnecessary assignment to pathDavor Kapsa
2019-09-24Refactor command line options and remove the allowed terminology for udsRobert 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-06-24fsgopher: reopen files via /proc/self/fdAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-28gofer: some fixs in setupRootFSLiu Hua
2019-03-18Add support for mount propagationFabricio Voznika
2019-01-31gvisor/gofer: Use pivot_root instead of chrootAndrei Vagin
2019-01-18Scrub runsc error messagesFabricio Voznika
2018-11-28Internal change.Googler
2018-11-01Use spec with clean paths for goferFabricio Voznika
2018-10-31Make lazy open the mode of operation for fsgoferFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-19Fix sandbox and gofer capabilitiesFabricio Voznika
2018-09-04runsc: fix container rootfs path.Lantao Liu
2018-08-30Add seccomp filter to fsgoferFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24Add option to panic gofer if writes are attempted over RO mountsFabricio Voznika
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-26runsc: set gofer umask to 0.Lantao Liu
2018-06-21Fix typo in runsc gofer flag descriptionIan Gudger
2018-06-08Drop capabilities not needed by GoferFabricio Voznika
2018-04-28Check in gVisor.Googler