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
/
specutils
/
specutils.go
Age
Commit message (
Expand
)
Author
2021-09-20
[lisa] Plumb lisafs through runsc.
Ayush Ranjan
2021-07-08
clarify safemount behavior
Kevin Krakauer
2021-07-02
runsc: validate mount targets
Kevin Krakauer
2021-05-31
Update comments on ambient caps to point to bug
Ian Lewis
2021-05-04
Make Mount.Type optional for bind mounts
Fabricio Voznika
2021-03-30
Fix panic when overriding /dev files with VFS2
Fabricio Voznika
2021-03-18
Skip /dev submount hack on VFS2.
Jamie Liu
2021-03-06
[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.
Ayush Ranjan
2021-01-11
OCI spec may contain duplicate environment variables
Fabricio Voznika
2020-11-05
Fix failure setting OOM score adjustment
Fabricio Voznika
2020-11-03
Fix more nogo tests
Ting-Yu Wang
2020-10-27
Merge pull request #4420 from workato:dev-options
gVisor bot
2020-10-26
Allow overriding mount options for /dev and /dev/pts
Konstantin Baranov
2020-10-23
Fix nogo errors in specutils
Fabricio Voznika
2020-09-15
Add support for OCI seccomp filters in the sandbox.
Ian Lewis
2020-09-01
Let flags be overriden from OCI annotations
Fabricio Voznika
2020-06-16
Print spec as json when --debug is enabled
Fabricio Voznika
2020-05-28
Move Cleanup to its own package
Fabricio Voznika
2020-05-28
Automated rollback of changelist 309082540
Fabricio Voznika
2020-04-26
refactor and add test for bindmount
moricho
2020-04-10
Add logging message for noNewPrivileges OCI option.
Ian Lewis
2020-04-07
Add friendlier messages for frequently encountered errors.
Ian Lewis
2019-10-20
Add runsc OCI annotations to support CRI-O.
Tom Lanyon
2019-10-10
Update TODO for OCI seccomp support.
Ian Lewis
2019-10-01
Prevent CAP_NET_RAW from appearing in exec
Fabricio Voznika
2019-09-16
Bring back to life features lost in recent refactor
Fabricio Voznika
2019-09-05
Ignore the root container when calculating oom_score_adj for the sandbox.
Ian Lewis
2019-08-02
Stops container if gofer is killed
Fabricio Voznika
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-16
tiny fix: avoid panicing when OpenSpec failed
Liu Hua
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-26
Make raw sockets a toggleable feature disabled by default.
Kevin Krakauer
2019-04-01
Add release hook and version flag
Adin Scannell
2019-03-18
Add support for mount propagation
Fabricio Voznika
2019-01-22
Don't bind-mount runsc into a sandbox mntns
Andrei Vagin
2019-01-09
Restore to original cgroup after sandbox and gofer processes are created
Fabricio Voznika
2018-11-14
Internal change.
Nicolas Lacasse
2018-11-13
Internal change.
Nicolas Lacasse
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-18
Resolve mount paths while setting up root fs mount
Fabricio Voznika
2018-10-11
Make debug log file name configurable
Fabricio Voznika
2018-10-10
Add sandbox to cgroup
Fabricio Voznika
2018-09-19
Fix sandbox and gofer capabilities
Fabricio Voznika
2018-09-07
runsc: Support multi-container exec.
Nicolas Lacasse
2018-09-07
runsc: Run sandbox process inside minimal chroot.
Nicolas Lacasse
2018-09-05
runsc: Promote getExecutablePathInternal to getExecutablePath.
Nicolas Lacasse
2018-09-04
runsc: Pass log and config files to sandbox process by FD.
Nicolas Lacasse
2018-09-04
runsc: fix container rootfs path.
Lantao Liu
[next]