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
/
pkg
/
seccomp
Age
Commit message (
Expand
)
Author
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-10-02
Convert uses of the binary package in kernel to go-marshal.
Rahat Mahmood
2020-09-15
Add support for OCI seccomp filters in the sandbox.
Ian Lewis
2020-08-25
Add nogo support to go_binary and go_test targets.
Adin Scannell
2020-08-13
Merge pull request #3476 from zhlhahaha:1930
gVisor bot
2020-08-12
enable seccomp test on arm64
Howard Zhang
2020-06-18
Remove various uses of 'whitelist'
Michael Pratt
2020-04-22
Specify a memory file in platform.New().
Andrei Vagin
2020-03-04
tests: Don't print log messages on stdout
Andrei Vagin
2020-02-10
Update visibility.
Adin Scannell
2020-02-03
seccomp: allow to filter syscalls by instruction pointer
Andrei Vagin
2020-01-27
Standardize on tools directory.
Adin Scannell
2019-11-13
Enable runsc/boot support on arm64.
Haibo Xu
2019-11-12
seccomp: introduce the GreaterThan rule type
Andrei Vagin
2019-09-24
gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required
gVisor bot
2019-09-12
Remove go_test from go_stateify and go_marshal
Michael Pratt
2019-07-30
Change syscall.POLL to syscall.PPOLL.
Haibo Xu
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-03
Add arm64 support to pkg/seccomp
Bin Lu
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-11
Add profiling commands to runsc
Fabricio Voznika
2019-01-31
Remove license comments
Michael Pratt
2018-12-18
Add BPFAction type with Stringer
Fabricio Voznika
2018-11-20
Use RET_KILL_PROCESS if available in kernel
Fabricio Voznika
2018-10-23
Track paths and provide a rename hook.
Adin Scannell
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-10
Add seccomp filter configuration to ptrace stubs.
Adin Scannell
2018-09-21
Run gofmt -s on everything
Ian Gudger
2018-08-24
SyscallRules merge and add were dropping AllowAny rules
Fabricio Voznika
2018-07-27
stateify: support explicit annotation mode; convert refs and stack packages.
Zhaozhong Ni
2018-06-01
Add SyscallRules that supports argument filtering
Zhengyu He
2018-04-28
Check in gVisor.
Googler