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
/
fsgofer
Age
Commit message (
Expand
)
Author
2021-08-20
[op] Prevent file leak in MultiGetAttr's error path.
Ayush Ranjan
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-12
Fix GoLand analyzer errors under runsc/...
Fabricio Voznika
2021-05-13
Fix file descriptor leak in MultiGetAttr
Tiwei Bie
2021-04-28
Automated rollback of changelist 369686285
Fabricio Voznika
2021-04-21
Automated rollback of changelist 369325957
Michael Pratt
2021-04-19
Add MultiGetAttr message to 9P
Fabricio Voznika
2021-03-23
Allow FSETXATTR/FGETXATTR host calls for Verity
Chong Cai
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
2021-02-24
runsc/filters: permit clock_nanosleep for race
Andrei Vagin
2021-02-11
Allow rt_sigaction in gofer seccomp
Fabricio Voznika
2021-02-04
Move getcpu() to core filter list
Michael Pratt
2021-01-22
Remove dependency to abi/linux
Fabricio Voznika
2021-01-21
Fix ownership change logic
Fabricio Voznika
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2020-12-15
fsgofer optimizations
Fabricio Voznika
2020-09-25
Add openat() to list of permitted syscalls in gotsan runs.
Bhasker Hariharan
2020-09-22
Allow CLONE_SETTLS for Go 1.16
Michael Pratt
2020-09-22
Force clone parent_tidptr and child_tidptr to zero
Michael Pratt
2020-09-18
Drop ARCH_GET_FS
Michael Pratt
2020-09-17
Remove option to panic gofer
Fabricio Voznika
2020-09-15
Add support for OCI seccomp filters in the sandbox.
Ian Lewis
2020-09-01
Implement setattr+clunk in 9P
Fabricio Voznika
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-08-19
Remove path walk from localFile.Mknod
Fabricio Voznika
2020-08-18
Return EROFS if mount is read-only
Fabricio Voznika
2020-07-30
Call lseek(0, SEEK_CUR) unconditionally in runsc fsgofer's Readdir(offset=0).
Jamie Liu
2020-07-25
test/syscall: run each test case in a separate network namespace
Andrei Vagin
2020-07-24
Reduce walk and open cost in fsgofer
Fabricio Voznika
2020-07-23
Fix fsgofer Open() when control file is using O_PATH
Fabricio Voznika
2020-07-07
Fix mknod and inotify syscall test
Ayush Ranjan
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-04-07
Remove TODOs for local gofer extended attributes.
Dean Deng
2020-02-07
Support listxattr and removexattr syscalls.
Dean Deng
2020-02-04
Allow mlock in fsgofer system call filters
Fabricio Voznika
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-16
Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.
Dean Deng
2020-01-09
New sync package.
Ian Gudger
2019-12-11
Finish incomplete comment.
Dean Deng
2019-11-23
gofer: reduce CPU usage on GC as of frequent readdir
Jianfeng Tan
2019-11-06
Add p9.OpenTruncate.
Jamie Liu
2019-10-30
Enable runsc/fsgofer support on arm64.
Haibo Xu
2019-10-28
Cast the Stat_t.Nlink to uint64 on arm64.
Haibo Xu
2019-10-18
Cleanup host UDS support
Michael Pratt
2019-10-15
Make Attach no longer a special snowflake
Michael Pratt
2019-10-10
Allow rt_sigreturn in runsc gofer
Michael Pratt
2019-09-26
Disallow opening of sockets if --fsgofer-host-uds=false
Fabricio Voznika
2019-09-25
Merge pull request #765 from trailofbits:uds_support
gVisor bot
[next]