summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/seccomp.go
AgeCommit message (Expand)Author
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-06-10[op] Move SignalInfo to abi/linux package.Ayush Ranjan
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-10-02Convert uses of the binary package in kernel to go-marshal.Rahat Mahmood
2020-01-27Update package locations.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-02-19Set rax to syscall number on SECCOMP_RET_TRAP.Jamie Liu
2018-12-18Add BPFAction type with StringerFabricio Voznika
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-11-20Fix recursive read lock taken on TaskSetFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-02Add seccomp(2) support.Brian Geffon
2018-04-28Check in gVisor.Googler