summaryrefslogtreecommitdiffhomepage
path: root/pkg/seccomp/seccomp_rules.go
AgeCommit message (Expand)Author
2020-09-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-02-03seccomp: allow to filter syscalls by instruction pointerAndrei Vagin
2019-11-12seccomp: introduce the GreaterThan rule typeAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
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-06-01Add SyscallRules that supports argument filteringZhengyu He