| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract a virtual interface out of MachMessageServer that can be implemented ... | rsesek@chromium.org | 2014-07-01 | 9 | -77/+145 |
* | Linux sandbox: add test to ensure that pread64 can be forwarded. | jln@chromium.org | 2014-06-27 | 8 | -44/+253 |
* | Add UIPI support for sandbox alternate desktop | jschuh@chromium.org | 2014-06-24 | 5 | -2/+33 |
* | Fix a shutdown crash in the bootstrap sandbox. | rsesek@chromium.org | 2014-06-23 | 4 | -5/+120 |
* | Alter the design of the bootstrap sandbox to only take over the bootstrap por... | rsesek@chromium.org | 2014-06-19 | 7 | -48/+66 |
* | Linux sandbox: add sandbox_linux_unittests.isolate | jln@chromium.org | 2014-06-19 | 2 | -0/+45 |
* | Fix no-op builds, caused by an incorrect output in //sandbox/mac:generate_stubs. | rsesek@chromium.org | 2014-06-18 | 1 | -1/+1 |
* | Revert of Linux sandbox: add sandbox_linux_unittests.isolate (https://coderev... | jln@chromium.org | 2014-06-17 | 2 | -41/+0 |
* | Linux sandbox: add sandbox_linux_unittests.isolate | jln@chromium.org | 2014-06-17 | 2 | -0/+41 |
* | Add dynamic library stubs for XPC in //sandbox/mac. | rsesek@chromium.org | 2014-06-17 | 6 | -0/+167 |
* | Define regs_struct on x86 Bionic as well. | rickyz@google.com | 2014-06-14 | 1 | -1/+29 |
* | Use PTRACE_SET_SYSCALL to override syscalls on ARM. | rickyz@google.com | 2014-06-13 | 1 | -2/+34 |
* | Clean-up the SandboxSyscall interface | jln@chromium.org | 2014-06-13 | 8 | -411/+388 |
* | Seccomp_bpf. Fix compilation error for Android x64. | anton@chromium.org | 2014-06-12 | 1 | -1/+1 |
* | Update OS version functions. | avi@chromium.org | 2014-06-12 | 1 | -1/+1 |
* | Attempt to fix a NULL deref in sandbox::LaunchdInterceptionServer::HandleLook... | rsesek@chromium.org | 2014-06-12 | 2 | -14/+15 |
* | Linux Sandbox: Add support for SECCOMP_RET_TRACE. | rickyz@google.com | 2014-06-12 | 8 | -1/+223 |
* | Sandbox policy and intercepts for the MITIGATION_WIN32K_DISABLE policy for re... | ananta@chromium.org | 2014-06-11 | 14 | -6/+343 |
* | Split the generic MachMessageServer logic out of the LaunchdInterceptionServer. | rsesek@chromium.org | 2014-06-11 | 6 | -190/+300 |
* | Make sbox_unittests work with DCHECKs enabled | jschuh@chromium.org | 2014-06-10 | 4 | -14/+5 |
* | Do not instrument the suid sandbox binary with sanitizer tools. | earthdok@chromium.org | 2014-06-10 | 1 | -0/+7 |
* | Remove HandleCloser::SetupHandleInterceptions | jschuh@chromium.org | 2014-06-10 | 8 | -114/+1 |
* | Add Mac sandbox to the GN build. | brettw@chromium.org | 2014-06-10 | 2 | -3/+44 |
* | Initialize the bootstrap sandbox in the browser process. | rsesek@chromium.org | 2014-06-10 | 1 | -3/+3 |
* | Revert of Revert of Convert installer_util_unittests, sbox_integration_tests,... | alph@chromium.org | 2014-06-09 | 4 | -6/+30 |
* | Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_vali... | alph@chromium.org | 2014-06-09 | 4 | -30/+6 |
* | Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tes... | phajdan.jr@chromium.org | 2014-06-09 | 4 | -6/+30 |
* | Add sandbox support for process memory limits | jschuh@chromium.org | 2014-06-07 | 11 | -23/+94 |
* | This will make process launch faster and may prevent the LSASS hangs we've se... | jschuh@chromium.org | 2014-06-06 | 6 | -8/+94 |
* | Linux sandbox: restrict prctl in the baseline. | jln@chromium.org | 2014-06-06 | 4 | -6/+30 |
* | Linux sandbox: restrict futex operations. | jln@chromium.org | 2014-06-04 | 11 | -5/+112 |
* | Enable some more targets in the GN build. | brettw@chromium.org | 2014-06-04 | 1 | -1/+1 |
* | Make BootstrapSandboxPolicy a struct, containing the existing rule map and a ... | rsesek@chromium.org | 2014-06-04 | 5 | -37/+169 |
* | Do not double-unref send rights when using POLICY_SUBSTITUE_PORT. | rsesek@chromium.org | 2014-06-03 | 5 | -19/+47 |
* | Fix Windows build, add Sandbox implementation. | brettw@chromium.org | 2014-06-02 | 2 | -2/+287 |
* | Fix sandbox_mac_unittests:BootstrapSandboxTest.ForwardMessageInProcess on 10.6. | rsesek@chromium.org | 2014-05-29 | 1 | -1/+6 |
* | Add GN build for Linux sandbox. | brettw@chromium.org | 2014-05-29 | 2 | -0/+328 |
* | Do not destroy Mach messages that are forwarded out of the the bootstrap sand... | rsesek@chromium.org | 2014-05-29 | 3 | -4/+65 |
* | Fix gtest EXPECT macros misuse in a couple of sandbox tests | timurrrr@chromium.org | 2014-05-29 | 1 | -2/+2 |
* | Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli... | rsesek@chromium.org | 2014-05-28 | 5 | -26/+31 |
* | Linux sandbox: make SANDBOX_TEST compatible with LSAN | jln@chromium.org | 2014-05-22 | 9 | -22/+63 |
* | Convert a bunch of BPF_TEST tests to use BPF_TEST_C | mdempsky@chromium.org | 2014-05-21 | 4 | -204/+247 |
* | Linux Sandbox: run all BaselinePolicy tests with sanitizers. | jln@chromium.org | 2014-05-21 | 2 | -23/+28 |
* | [reland] Remove SandboxBPF's dependency on CompatibilityPolicy | mdempsky@chromium.org | 2014-05-21 | 4 | -104/+120 |
* | Revert of Remove SandboxBPF's dependency on CompatibilityPolicy (https://code... | isherman@chromium.org | 2014-05-20 | 4 | -120/+104 |
* | Remove SandboxBPF's dependency on CompatibilityPolicy | mdempsky@chromium.org | 2014-05-20 | 4 | -104/+120 |
* | Simplify PointerCompare a little | mdempsky@chromium.org | 2014-05-20 | 1 | -66/+60 |
* | Fix misuses of DISALLOW_IMPLICIT_CONSTRUCTORS() | mdempsky@chromium.org | 2014-05-20 | 2 | -8/+13 |
* | Fix clang -Wwritable-strings warnings in the Windows sandbox | rnk@chromium.org | 2014-05-20 | 5 | -15/+19 |
* | NaCl: Add sanity check for number of open FDs at startup | mseaborn@chromium.org | 2014-05-20 | 3 | -0/+46 |