Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sandbox_linux_unittests: fail if the kernel does not support BPF. | jln@chromium.org | 2013-04-30 | 1 | -0/+9 |
* | SECCOMP-BPF: Refactor the BPF sandbox API to use objects rather than "static"... | markus@chromium.org | 2013-02-26 | 1 | -5/+11 |
* | SECCOMP-BPF: Added support for checking system call arguments against bit masks. | markus@chromium.org | 2013-02-15 | 1 | -1/+1 |
* | SECCOMP-BPF: Refactoring in preparation for sandbox stacking. | markus@chromium.org | 2013-01-26 | 1 | -1/+0 |
* | If the kernel lacks support for BPF filtering, we can still perform a couple | markus@chromium.org | 2013-01-11 | 1 | -3/+7 |
* | SECCOMP-BPF: Added supported for inspection system call arguments from BPF fi... | markus@chromium.org | 2012-12-15 | 1 | -13/+22 |
* | Pass a pointer with auxilliary data to a policy function. | markus@chromium.org | 2012-10-31 | 1 | -11/+49 |
* | Simplified unit testing of sandboxing code. We now have helper methods that r... | markus@chromium.org | 2012-08-27 | 1 | -0/+56 |