summaryrefslogtreecommitdiffhomepage
path: root/pkg/seccomp
AgeCommit message (Expand)Author
2021-01-12Merge release-20201216.0-87-g4e03e8754 (automated)gVisor bot
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-11Merge release-20201208.0-31-g4cba3904f (automated)gVisor bot
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-10-02Convert uses of the binary package in kernel to go-marshal.Rahat Mahmood
2020-09-16Merge release-20200907.0-56-gdcd532e2e (automated)gVisor bot
2020-09-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
2020-08-25Add nogo support to go_binary and go_test targets.Adin Scannell
2020-08-13Merge pull request #3476 from zhlhahaha:1930gVisor bot
2020-08-12enable seccomp test on arm64Howard Zhang
2020-06-18Merge release-20200608.0-83-g3970c1274 (automated)gVisor bot
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-05-27Merge release-20200518.0-45-g0bc022b7 (automated)gVisor bot
2020-05-07Merge release-20200422.0-51-g1f4087e (automated)gVisor bot
2020-04-23Merge release-20200323.0-215-g0c58694 (automated)gVisor bot
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-03-04tests: Don't print log messages on stdoutAndrei Vagin
2020-02-10Update visibility.Adin Scannell
2020-02-06Merge release-20200127.0-85-g1b6a12a (automated)gVisor bot
2020-02-04Merge release-20200127.0-65-g95ce8bb (automated)gVisor bot
2020-02-04Merge release-20200127.0-57-gf37e913 (automated)gVisor bot
2020-02-03seccomp: allow to filter syscalls by instruction pointerAndrei Vagin
2020-01-27Standardize on tools directory.Adin Scannell
2019-11-13Enable runsc/boot support on arm64.Haibo Xu
2019-11-13Merge release-20191104.0-34-gca9cba6 (automated)gVisor bot
2019-11-12seccomp: introduce the GreaterThan rule typeAndrei Vagin
2019-09-25Merge release-20190806.1-180-g76ff194 (automated)gVisor bot
2019-09-24gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where requiredgVisor bot
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-07-30Change syscall.POLL to syscall.PPOLL.Haibo Xu
2019-06-27Merge 5b41ba5d (automated)gVisor bot
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Merge add40fd6 (automated)gVisor bot
2019-06-13Update canonical repository.Adin Scannell
2019-06-02Merge 216da0b7 (automated)gVisor bot
2019-05-03Add arm64 support to pkg/seccompBin Lu
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-11Add profiling commands to runscFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2018-12-18Add BPFAction type with StringerFabricio Voznika
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-09-21Run gofmt -s on everythingIan Gudger
2018-08-24SyscallRules merge and add were dropping AllowAny rulesFabricio Voznika
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-06-01Add SyscallRules that supports argument filteringZhengyu He
2018-04-28Check in gVisor.Googler