On Sat, Feb 17, 2018 at 9:58 AM, Randy Dunlap <rdun...@infradead.org> wrote: > On 02/16/2018 11:36 PM, Sargun Dhillon wrote: >> + close(111); >> + assert(errno == EBADF); >> + close(999); >> + assert(errno = EPERM); > > should that be == ? > Woops. Embarassing. Will fix that in the next re-spin. >> + >> + return 0; >> +} > > > -- > ~Randy
- [net-next v2 2/2] bpf: Add eBPF seccomp sample programs Sargun Dhillon
- Re: [net-next v2 2/2] bpf: Add eBPF seccomp sample pro... Randy Dunlap
- Re: [net-next v2 2/2] bpf: Add eBPF seccomp sample... Sargun Dhillon