| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add SandboxBPFPolicy::InvalidSyscall() to simplify writing policies | mdempsky@chromium.org | 2014-05-17 | 6 | -24/+50 |
* | Allow the MITIGATION_WIN32K_DISABLE process mitigation to be set in the rende... | ananta@chromium.org | 2014-05-17 | 2 | -4/+1 |
* | Linux sandbox: add more baseline policy unittests. | jln@chromium.org | 2014-05-17 | 3 | -0/+141 |
* | Android: cleanup gtest_target_type conditions. | bulach@chromium.org | 2014-05-17 | 1 | -3/+2 |
* | Bootstrap Sandbox: Ensure swap_integer messages are read-only. | rsesek@chromium.org | 2014-05-16 | 3 | -5/+40 |
* | Remove WIN32 support from sandbox_export.h | rsesek@chromium.org | 2014-05-14 | 1 | -9/+3 |
* | Split up the //sandbox OWNERS file into per-subdirectory ones. | rsesek@chromium.org | 2014-05-13 | 4 | -9/+9 |
* | Initial implementation of the Mac Bootstrap Sandbox. | rsesek@chromium.org | 2014-05-13 | 12 | -10/+1224 |
* | Linux sandbox: exclude MSAN from baseline policy tests | jln@chromium.org | 2014-05-12 | 1 | -2/+4 |
* | Move sanbox_export.h to //sandbox from //sandbox/linux and split root OWNERS ... | rsesek@chromium.org | 2014-05-12 | 20 | -22/+34 |
* | Non-SFI NaCl: Stop running sandbox tests in components_unittests | hamaji@chromium.org | 2014-05-10 | 2 | -23/+9 |
* | Refactor BPFTesterCompatibilityDelegate to use AuxHolder instead | mdempsky@chromium.org | 2014-05-09 | 3 | -45/+31 |
* | Ensure that _GNU_SOURCE is defined early enough | mostynb@opera.com | 2014-05-09 | 2 | -4/+10 |
* | Fix Intel 64 bots by explicitly adding the syscall.h | miguelg@chromium.org | 2014-05-09 | 1 | -0/+1 |
* | Linux sandbox: always restrict clone() in baseline policy. | jln@chromium.org | 2014-05-09 | 6 | -15/+164 |
* | NaCl non-sfi sandbox: use modern framework for tests | jln@chromium.org | 2014-05-07 | 1 | -9/+9 |
* | Linux sandbox: implement new BPF testing macros | jln@chromium.org | 2014-05-07 | 5 | -89/+243 |
* | Linux sandbox: cleanup test framework further | jln@chromium.org | 2014-05-06 | 11 | -91/+289 |
* | Get rid of kZygoteIdFd from content | mdempsky@chromium.org | 2014-05-02 | 2 | -45/+64 |
* | Linux sandbox: add basic DEPS files. | jln@chromium.org | 2014-05-02 | 4 | -0/+35 |
* | Linux sandbox: get rid of a number of reinterpret_cast | jln@chromium.org | 2014-05-02 | 10 | -74/+243 |
* | Revert 267599 "Linux sandbox: add basic DEPS files." | noamsml@google.com | 2014-05-01 | 4 | -35/+0 |
* | Linux sandbox: add basic DEPS files. | jln@chromium.org | 2014-05-01 | 4 | -0/+35 |
* | Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD> | mdempsky@chromium.org | 2014-04-30 | 2 | -12/+8 |
* | Linux sandbox: put back sigaltstack in syscall sets. | jln@chromium.org | 2014-04-30 | 1 | -0/+1 |
* | Linux sandbox: disallow fork() and *kill for ASAN | jln@chromium.org | 2014-04-30 | 1 | -55/+27 |
* | Enable use_sigaltstack=1 for ASan builds. This will ease the stack overflow d... | glider@chromium.org | 2014-04-30 | 2 | -1/+7 |
* | Linux sandbox: allow *kill on ASAN | jln@chromium.org | 2014-04-30 | 1 | -12/+30 |
* | Linux sandbox: restrict *kill to the current process. | jln@chromium.org | 2014-04-29 | 7 | -11/+73 |
* | Create a dummy sandbox_mac_unittests target. | rsesek@chromium.org | 2014-04-29 | 3 | -0/+36 |
* | NaCl Linux: create NaClSandbox class | jln@chromium.org | 2014-04-29 | 1 | -1/+1 |
* | Add tests to make sure UnixDomainSocket and namespaces play nicely | mdempsky@chromium.org | 2014-04-28 | 2 | -0/+268 |
* | Sandbox Linux Unittests: fix silly spurious error | jln@chromium.org | 2014-04-18 | 1 | -1/+2 |
* | Linux sandbox test: temporarily allow fork() with threads | jln@chromium.org | 2014-04-18 | 2 | -10/+22 |
* | Linux sandbox tests: wait for threads to disappear. | jln@chromium.org | 2014-04-18 | 1 | -5/+23 |
* | Remove unused input_shlib_path | cjhopman@chromium.org | 2014-04-17 | 1 | -4/+0 |
* | Reland: Add seccomp sandbox for non-SFI NaCl | hamaji@chromium.org | 2014-04-17 | 6 | -8/+61 |
* | Broker process unittest build fail after r263147 | pgal.u-szeged@partner.samsung.com | 2014-04-17 | 1 | -0/+1 |
* | Revert of Add seccomp sandbox for non-SFI NaCl (https://codereview.chromium.o... | jln@chromium.org | 2014-04-17 | 5 | -55/+8 |
* | Add seccomp sandbox for non-SFI NaCl | hamaji@chromium.org | 2014-04-17 | 5 | -8/+55 |
* | NaCl Linux: use own setuid sandbox instance | jln@chromium.org | 2014-04-17 | 2 | -10/+84 |
* | Linux Sandbox: Move setuid sandbox localization code. | jln@chromium.org | 2014-04-15 | 3 | -2/+88 |
* | Linux sandbox: style cleanup for setuid sandbox. | jln@chromium.org | 2014-04-14 | 7 | -55/+52 |
* | Fix BrokerProcess.RecvMsgDescriptorLeak under Valgrind | mdempsky@chromium.org | 2014-04-12 | 1 | -2/+8 |
* | Enable the new test launcher for sandbox_linux_unittests | phajdan.jr@chromium.org | 2014-04-11 | 4 | -18/+10 |
* | Add unit test to check for broker FD leak | mdempsky@chromium.org | 2014-04-11 | 5 | -0/+90 |
* | sandbox_bpf_unittest.cc: Remove old code. | jorgelo@chromium.org | 2014-04-10 | 1 | -7/+0 |
* | Fixes for sandbox unit tests on Android | zhenyu.liang@intel.com | 2014-04-10 | 1 | -0/+26 |
* | Always output seccomp error messages to stderr | hamaji@chromium.org | 2014-04-09 | 1 | -10/+9 |
* | [Linux] Use PR_SET_NO_NEW_PRIVS by default in base/process/launch.h. | rsesek@chromium.org | 2014-04-09 | 1 | -3/+11 |