index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
runsc
/
cmd
/
gofer.go
Age
Commit message (
Expand
)
Author
2021-03-18
Skip /dev submount hack on VFS2.
Jamie Liu
2021-03-08
Internal change.
Chong Cai
2021-03-06
[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.
Ayush Ranjan
2020-09-17
Remove option to panic gofer
Fabricio Voznika
2020-09-01
Let flags be overriden from OCI annotations
Fabricio Voznika
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-06-09
Mount root and volumes as read-only if --overlay is enabled
Fabricio Voznika
2020-06-01
Make gofer mount readonly when overlay is enabled
Fabricio Voznika
2020-04-08
Clean up TODOs
Fabricio Voznika
2020-03-19
Improve error message when pivot_root fails
Fabricio Voznika
2020-02-10
Add flag package to limit visibility.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2019-10-16
Fix problem with open FD when copy up is triggered in overlayfs
Fabricio Voznika
2019-10-11
Set base to root
Davor Kapsa
2019-10-10
Remove unnecessary assignment to path
Davor Kapsa
2019-09-24
Refactor command line options and remove the allowed terminology for uds
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-06-24
fsgopher: reopen files via /proc/self/fd
Andrei Vagin
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-28
gofer: some fixs in setupRootFS
Liu Hua
2019-03-18
Add support for mount propagation
Fabricio Voznika
2019-01-31
gvisor/gofer: Use pivot_root instead of chroot
Andrei Vagin
2019-01-18
Scrub runsc error messages
Fabricio Voznika
2018-11-28
Internal change.
Googler
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-19
Use correct company name in copyright header
Ian Gudger
2018-09-19
Fix sandbox and gofer capabilities
Fabricio Voznika
2018-09-04
runsc: fix container rootfs path.
Lantao Liu
2018-08-30
Add seccomp filter to fsgofer
Fabricio Voznika
2018-08-27
Put fsgofer inside chroot
Fabricio Voznika
2018-08-24
Add option to panic gofer if writes are attempted over RO mounts
Fabricio Voznika
2018-08-15
runsc fsgofer: Support dynamic serving of filesystems.
Kevin Krakauer
2018-06-28
Error out if spec is invalid
Fabricio Voznika
2018-06-26
runsc: set gofer umask to 0.
Lantao Liu
2018-06-21
Fix typo in runsc gofer flag description
Ian Gudger
2018-06-08
Drop capabilities not needed by Gofer
Fabricio Voznika
2018-04-28
Check in gVisor.
Googler