summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp-bpf/bpf_tests.h
Commit message (Expand)AuthorAgeFilesLines
* sandbox_linux_unittests: fail if the kernel does not support BPF.jln@chromium.org2013-04-301-0/+9
* SECCOMP-BPF: Refactor the BPF sandbox API to use objects rather than "static"...markus@chromium.org2013-02-261-5/+11
* SECCOMP-BPF: Added support for checking system call arguments against bit masks.markus@chromium.org2013-02-151-1/+1
* SECCOMP-BPF: Refactoring in preparation for sandbox stacking.markus@chromium.org2013-01-261-1/+0
* If the kernel lacks support for BPF filtering, we can still perform a couplemarkus@chromium.org2013-01-111-3/+7
* SECCOMP-BPF: Added supported for inspection system call arguments from BPF fi...markus@chromium.org2012-12-151-13/+22
* Pass a pointer with auxilliary data to a policy function.markus@chromium.org2012-10-311-11/+49
* Simplified unit testing of sandboxing code. We now have helper methods that r...markus@chromium.org2012-08-271-0/+56