summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: cleanup gtest_target_type conditions.bulach@chromium.org2014-05-171-3/+2
* Bootstrap Sandbox: Ensure swap_integer messages are read-only.rsesek@chromium.org2014-05-163-5/+40
* Remove WIN32 support from sandbox_export.hrsesek@chromium.org2014-05-141-9/+3
* Split up the //sandbox OWNERS file into per-subdirectory ones.rsesek@chromium.org2014-05-134-9/+9
* Initial implementation of the Mac Bootstrap Sandbox.rsesek@chromium.org2014-05-1312-10/+1224
* Linux sandbox: exclude MSAN from baseline policy testsjln@chromium.org2014-05-121-2/+4
* Move sanbox_export.h to //sandbox from //sandbox/linux and split root OWNERS ...rsesek@chromium.org2014-05-1220-22/+34
* Non-SFI NaCl: Stop running sandbox tests in components_unittestshamaji@chromium.org2014-05-102-23/+9
* Refactor BPFTesterCompatibilityDelegate to use AuxHolder insteadmdempsky@chromium.org2014-05-093-45/+31
* Ensure that _GNU_SOURCE is defined early enoughmostynb@opera.com2014-05-092-4/+10
* Fix Intel 64 bots by explicitly adding the syscall.hmiguelg@chromium.org2014-05-091-0/+1
* Linux sandbox: always restrict clone() in baseline policy.jln@chromium.org2014-05-096-15/+164
* NaCl non-sfi sandbox: use modern framework for testsjln@chromium.org2014-05-071-9/+9
* Linux sandbox: implement new BPF testing macrosjln@chromium.org2014-05-075-89/+243
* Linux sandbox: cleanup test framework furtherjln@chromium.org2014-05-0611-91/+289
* Get rid of kZygoteIdFd from contentmdempsky@chromium.org2014-05-022-45/+64
* Linux sandbox: add basic DEPS files.jln@chromium.org2014-05-024-0/+35
* Linux sandbox: get rid of a number of reinterpret_castjln@chromium.org2014-05-0210-74/+243
* Revert 267599 "Linux sandbox: add basic DEPS files."noamsml@google.com2014-05-014-35/+0
* Linux sandbox: add basic DEPS files.jln@chromium.org2014-05-014-0/+35
* Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD>mdempsky@chromium.org2014-04-302-12/+8
* Linux sandbox: put back sigaltstack in syscall sets.jln@chromium.org2014-04-301-0/+1
* Linux sandbox: disallow fork() and *kill for ASANjln@chromium.org2014-04-301-55/+27
* Enable use_sigaltstack=1 for ASan builds. This will ease the stack overflow d...glider@chromium.org2014-04-302-1/+7
* Linux sandbox: allow *kill on ASANjln@chromium.org2014-04-301-12/+30
* Linux sandbox: restrict *kill to the current process.jln@chromium.org2014-04-297-11/+73
* Create a dummy sandbox_mac_unittests target.rsesek@chromium.org2014-04-293-0/+36
* NaCl Linux: create NaClSandbox classjln@chromium.org2014-04-291-1/+1
* Add tests to make sure UnixDomainSocket and namespaces play nicelymdempsky@chromium.org2014-04-282-0/+268
* Sandbox Linux Unittests: fix silly spurious errorjln@chromium.org2014-04-181-1/+2
* Linux sandbox test: temporarily allow fork() with threadsjln@chromium.org2014-04-182-10/+22
* Linux sandbox tests: wait for threads to disappear.jln@chromium.org2014-04-181-5/+23