summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Merge 285397 "Make HandleCloserAgent walk in 4x multiples on x64"jschuh@chromium.org2014-07-282-2/+2
* Alter the design of the bootstrap sandbox to only take over the bootstrap por...rsesek@chromium.org2014-06-197-48/+66
* Linux sandbox: add sandbox_linux_unittests.isolatejln@chromium.org2014-06-192-0/+45
* Fix no-op builds, caused by an incorrect output in //sandbox/mac:generate_stubs.rsesek@chromium.org2014-06-181-1/+1
* Revert of Linux sandbox: add sandbox_linux_unittests.isolate (https://coderev...jln@chromium.org2014-06-172-41/+0
* Linux sandbox: add sandbox_linux_unittests.isolatejln@chromium.org2014-06-172-0/+41
* Add dynamic library stubs for XPC in //sandbox/mac.rsesek@chromium.org2014-06-176-0/+167
* Define regs_struct on x86 Bionic as well.rickyz@google.com2014-06-141-1/+29
* Use PTRACE_SET_SYSCALL to override syscalls on ARM.rickyz@google.com2014-06-131-2/+34
* Clean-up the SandboxSyscall interfacejln@chromium.org2014-06-138-411/+388
* Seccomp_bpf. Fix compilation error for Android x64.anton@chromium.org2014-06-121-1/+1
* Update OS version functions.avi@chromium.org2014-06-121-1/+1
* Attempt to fix a NULL deref in sandbox::LaunchdInterceptionServer::HandleLook...rsesek@chromium.org2014-06-122-14/+15
* Linux Sandbox: Add support for SECCOMP_RET_TRACE.rickyz@google.com2014-06-128-1/+223
* Sandbox policy and intercepts for the MITIGATION_WIN32K_DISABLE policy for re...ananta@chromium.org2014-06-1114-6/+343
* Split the generic MachMessageServer logic out of the LaunchdInterceptionServer.rsesek@chromium.org2014-06-116-190/+300
* Make sbox_unittests work with DCHECKs enabledjschuh@chromium.org2014-06-104-14/+5
* Do not instrument the suid sandbox binary with sanitizer tools.earthdok@chromium.org2014-06-101-0/+7
* Remove HandleCloser::SetupHandleInterceptionsjschuh@chromium.org2014-06-108-114/+1
* Add Mac sandbox to the GN build.brettw@chromium.org2014-06-102-3/+44
* Initialize the bootstrap sandbox in the browser process.rsesek@chromium.org2014-06-101-3/+3
* Revert of Revert of Convert installer_util_unittests, sbox_integration_tests,...alph@chromium.org2014-06-094-6/+30
* Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_vali...alph@chromium.org2014-06-094-30/+6
* Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tes...phajdan.jr@chromium.org2014-06-094-6/+30
* Add sandbox support for process memory limitsjschuh@chromium.org2014-06-0711-23/+94
* This will make process launch faster and may prevent the LSASS hangs we've se...jschuh@chromium.org2014-06-066-8/+94
* Linux sandbox: restrict prctl in the baseline.jln@chromium.org2014-06-064-6/+30
* Linux sandbox: restrict futex operations.jln@chromium.org2014-06-0411-5/+112
* Enable some more targets in the GN build.brettw@chromium.org2014-06-041-1/+1
* Make BootstrapSandboxPolicy a struct, containing the existing rule map and a ...rsesek@chromium.org2014-06-045-37/+169
* Do not double-unref send rights when using POLICY_SUBSTITUE_PORT.rsesek@chromium.org2014-06-035-19/+47
* Fix Windows build, add Sandbox implementation.brettw@chromium.org2014-06-022-2/+287
* Fix sandbox_mac_unittests:BootstrapSandboxTest.ForwardMessageInProcess on 10.6.rsesek@chromium.org2014-05-291-1/+6
* Add GN build for Linux sandbox.brettw@chromium.org2014-05-292-0/+328
* Do not destroy Mach messages that are forwarded out of the the bootstrap sand...rsesek@chromium.org2014-05-293-4/+65
* Fix gtest EXPECT macros misuse in a couple of sandbox teststimurrrr@chromium.org2014-05-291-2/+2
* Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli...rsesek@chromium.org2014-05-285-26/+31
* Linux sandbox: make SANDBOX_TEST compatible with LSANjln@chromium.org2014-05-229-22/+63
* Convert a bunch of BPF_TEST tests to use BPF_TEST_Cmdempsky@chromium.org2014-05-214-204/+247
* Linux Sandbox: run all BaselinePolicy tests with sanitizers.jln@chromium.org2014-05-212-23/+28
* [reland] Remove SandboxBPF's dependency on CompatibilityPolicymdempsky@chromium.org2014-05-214-104/+120
* Revert of Remove SandboxBPF's dependency on CompatibilityPolicy (https://code...isherman@chromium.org2014-05-204-120/+104
* Remove SandboxBPF's dependency on CompatibilityPolicymdempsky@chromium.org2014-05-204-104/+120
* Simplify PointerCompare a littlemdempsky@chromium.org2014-05-201-66/+60
* Fix misuses of DISALLOW_IMPLICIT_CONSTRUCTORS()mdempsky@chromium.org2014-05-202-8/+13
* Fix clang -Wwritable-strings warnings in the Windows sandboxrnk@chromium.org2014-05-205-15/+19
* NaCl: Add sanity check for number of open FDs at startupmseaborn@chromium.org2014-05-203-0/+46
* Add SandboxBPFPolicy::InvalidSyscall() to simplify writing policiesmdempsky@chromium.org2014-05-176-24/+50
* Allow the MITIGATION_WIN32K_DISABLE process mitigation to be set in the rende...ananta@chromium.org2014-05-172-4/+1
* Linux sandbox: add more baseline policy unittests.jln@chromium.org2014-05-173-0/+141