| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sandbox_bpf_unittest compile on ARM | jorgelo@chromium.org | 2012-09-15 | 1 | -1/+1 |
* | Refactored ErrorCode into it's own class. Removed operators and made them | markus@chromium.org | 2012-08-31 | 13 | -162/+449 |
* | Simplified unit testing of sandboxing code. We now have helper methods that r... | markus@chromium.org | 2012-08-27 | 13 | -229/+453 |
* | Add full ARM syscall list. | jorgelo@chromium.org | 2012-08-21 | 2 | -12/+1361 |
* | Add ARM syscalls to syscall sets. | jorgelo@chromium.org | 2012-08-17 | 1 | -0/+4 |
* | Correct style issues in Linux sandbox code. | jln@chromium.org | 2012-08-17 | 3 | -7/+10 |
* | Add basic ARM policy to seccomp-bpf sandbox. | jorgelo@chromium.org | 2012-08-15 | 1 | -0/+28 |
* | Add basic ARM support to the seccomp-bpf sandbox. | jorgelo@chromium.org | 2012-08-10 | 4 | -31/+86 |
* | Setuid sandbox unittest: fix environment. | jln@chromium.org | 2012-08-09 | 1 | -0/+12 |
* | Seccomp: always call setSandboxPolicy in unittest. | jln@chromium.org | 2012-08-09 | 1 | -1/+6 |
* | Remove X32 syscalls numbers from x86_64_linux_syscalls.h | jln@chromium.org | 2012-08-07 | 1 | -116/+0 |
* | Linux: add our own headers for system call numbers. | jln@chromium.org | 2012-08-07 | 3 | -0/+2801 |
* | Create a LinuxSandbox class. | jln@chromium.org | 2012-08-02 | 3 | -3/+19 |
* | Revert 149692 - Create a LinuxSandbox class. | mazda@chromium.org | 2012-08-02 | 3 | -19/+3 |
* | Create a LinuxSandbox class. | jln@chromium.org | 2012-08-02 | 3 | -3/+19 |
* | Linux sandbox unit test: log BPF support | jln@chromium.org | 2012-07-31 | 1 | -1/+11 |
* | Fix gcc 4.7 building problems - cont 2. | shenhan@google.com | 2012-07-26 | 2 | -0/+2 |
* | Fixed coverity defects pertaining to pass-by-value use where pass-by-referenc... | orenb@chromium.org | 2012-07-25 | 2 | -2/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-07-25 | 1 | -1/+4 |
* | Create a new SetuidSandboxClient class. | jln@chromium.org | 2012-07-23 | 8 | -47/+389 |
* | Move sandbox/sandbox_linux.gypi to sandbox/linux | jln@chromium.org | 2012-07-18 | 1 | -0/+104 |
* | Seccomp Sandbox: detect a bug with old glibcs | jln@chromium.org | 2012-07-16 | 2 | -6/+46 |
* | Share the zygote's fopen overrides with nacl_helper. | ncbray@chromium.org | 2012-07-13 | 2 | -0/+184 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 3 | -3/+0 |
* | Seccomp-BPF: add a new synthetic unittest | jln@chromium.org | 2012-07-09 | 1 | -0/+59 |
* | Seccomp BPF: add a unittest for a SIGSYS handler | jln@chromium.org | 2012-06-26 | 1 | -0/+52 |
* | Seccomp BPF: add a simple whitelist unittest | jln@chromium.org | 2012-06-23 | 2 | -22/+113 |
* | Sandbox BPF: add basic unittests | jln@chromium.org | 2012-06-22 | 1 | -1/+53 |
* | Seccomp BPF: initial structure for unittests | jln@chromium.org | 2012-06-22 | 2 | -0/+20 |
* | seccomp bpf: make more of the Sandbox class private | jln@chromium.org | 2012-06-22 | 1 | -3/+3 |
* | Fix compilation error triggered by gcc-4.7+ running in C++-11 mode. | markus@chromium.org | 2012-06-17 | 1 | -1/+2 |
* | Use binary search to optimize code generation for BPF filters. | markus@chromium.org | 2012-06-15 | 3 | -38/+123 |
* | Added support for SECCOMP_RET_TRAP handlers. | markus@chromium.org | 2012-06-15 | 4 | -97/+330 |
* | Instead of outputting one BPF check per possible system call coalesce | markus@chromium.org | 2012-06-15 | 3 | -53/+177 |
* | Added a new Verifier class to the BPF compiler. | markus@chromium.org | 2012-06-14 | 5 | -8/+284 |
* | Second try at landing this patch list. This time, we are super careful about ... | markus@chromium.org | 2012-06-14 | 5 | -25/+75 |
* | Revert 141938 - Improve logging, if we fail due to an internal error when exe... | sergeyu@chromium.org | 2012-06-13 | 2 | -65/+19 |
* | Improve logging, if we fail due to an internal error when executing supportsS... | markus@chromium.org | 2012-06-13 | 2 | -19/+65 |
* | Avoid all library calls (including calls to destructors) after enabling the s... | markus@chromium.org | 2012-06-13 | 2 | -17/+38 |
* | Explicitly test bit 30 in the system call number to distinguish between the n... | markus@chromium.org | 2012-06-08 | 2 | -6/+27 |
* | BPF: Fix status_ not being set properly | jln@chromium.org | 2012-06-07 | 1 | -2/+2 |
* | SVN was apparently quite confused by all the changes that we made during the ... | markus@chromium.org | 2012-06-06 | 3 | -5/+5 |
* | Linux: bump the setuid sandbox API number | jln@chromium.org | 2012-06-05 | 1 | -1/+1 |
* | Setuid sandbox API versioning | jln@chromium.org | 2012-06-05 | 2 | -2/+59 |
* | Initial snapshot of the new BPF-enabled seccomp sandbox. This code is | markus@chromium.org | 2012-06-04 | 6 | -0/+1087 |
* | Don't fork Zygote as a background process | jln@chromium.org | 2012-06-01 | 1 | -2/+67 |
* | Revert setuid sandbox as a "init process" changes | jln@chromium.org | 2012-05-23 | 3 | -342/+46 |
* | Fix Mario (32-bit) build. | gspencer@chromium.org | 2012-05-03 | 1 | -1/+1 |
* | This creates a field trial to determine the best level for low memory | gspencer@chromium.org | 2012-05-03 | 5 | -9/+95 |
* | Better check if argc is 0 because argv[0] is later used. | erik.sjolund@gmail.com | 2012-04-17 | 1 | -0/+4 |