summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Make the Windows sandbox support a normal x64 buildjschuh@chromium.org2013-01-052-26/+32
* Base: Update ScopedProcessInformation to use ScopedHandle and restrict Receive()rvargas@google.com2013-01-031-3/+4
* Fix Android x86 build with a quick hack.jln@chromium.org2012-12-201-2/+3
* Revert 174135jochen@chromium.org2012-12-207-752/+19
* SECCOMP-BPF: Added support for checking system call arguments against bit masks.markus@chromium.org2012-12-207-19/+752
* Sandbox: Don't create an ScopedHandle with an invalid handle.rvargas@chromium.org2012-12-201-1/+2
* Update Linux sandbox tests to pass on Android.palmer@chromium.org2012-12-202-7/+25
* Fix for downstream android webviewboliu@chromium.org2012-12-201-0/+3
* Linux Sandbox: get everything to compile on Android.jln@chromium.org2012-12-205-7/+47
* Linux sandbox: compile partially under Android.jln@chromium.org2012-12-196-20/+102
* SECCOMP-BPF: Added supported for inspection system call arguments from BPF fi...markus@chromium.org2012-12-1514-290/+1029
* Linux Sandbox: Basic support for GPU broker.jln@chromium.org2012-12-142-7/+9
* Linux sandbox: add a new low-level broker process mechanism.jln@chromium.org2012-12-145-0/+809
* Revert 173064gene@chromium.org2012-12-145-809/+0
* Linux sandbox: add a new low-level broker process mechanism.jln@chromium.org2012-12-145-0/+809
* sandbox-bpf: more robust probe process in release modejln@chromium.org2012-12-051-1/+22
* SandboxBpf: new reliable test for SandboxSyscalljln@chromium.org2012-12-052-1/+63
* SECCOMP-BPF: Fix SandboxSyscall()markus@chromium.org2012-12-043-68/+125
* Linux Sandbox: add test for one argument system calls.jln@chromium.org2012-12-031-0/+8
* Seccomp-BPF: disable ASAN on SandboxSyscall()jln@chromium.org2012-11-271-0/+5
* Sandbox: Verify the return value when changing memory protection.rvargas@google.com2012-11-272-2/+6
* setuid tools: open /proc directories relativelyjln@chromium.org2012-11-271-21/+44
* SECCOMP-BPF: Added support for greylisting of system calls.markus@chromium.org2012-11-2214-67/+1074
* Sandbox BPF: print pointer size in testjln@chromium.org2012-11-211-0/+2
* Revert 168969 - Added support for greylisting of system calls.nona@chromium.org2012-11-2114-1008/+67
* Added support for greylisting of system calls.markus@chromium.org2012-11-2114-67/+1008
* Sandbox: Increase the default timeout of multiprocess tests to 1 minute.rvargas@google.com2012-11-171-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-143-3/+3
* Fix memory smashing on the sandbox PolicyRulecpu@chromium.org2012-11-143-10/+52
* Pass a pointer with auxilliary data to a policy function.markus@chromium.org2012-10-317-97/+143
* Seccomp-BPF: relax failure in probe process setupjln@chromium.org2012-10-301-24/+52
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-2/+0
* Minor fix for gcc builidng problem.shenhan@google.com2012-10-191-1/+2
* SANDBOX-BPF: Initial version of the updated code generator.markus@chromium.org2012-10-1914-153/+1469
* Revert 162293 - Enable DEP earlier on Vista and belowmattm@chromium.org2012-10-173-29/+29
* Enable DEP earlier on Vista and belowjschuh@chromium.org2012-10-173-29/+29
* Add a platform-specific syscall number iterator.jorgelo@chromium.org2012-10-159-107/+401
* Seccomp BPF: handle EINTR in error reporting setup.jln@chromium.org2012-10-111-3/+8
* Re-enable the tests for jobless children and add some more to them.pastarmovj@chromium.org2012-10-111-17/+100
* Revert 160252 - Make mitigation failures CHECKjschuh@chromium.org2012-10-051-17/+23
* Make mitigation failures CHECKjschuh@chromium.org2012-10-041-23/+17
* Temporarily disable failing integration tests on Windowsbartfab@chromium.org2012-10-041-5/+5
* Add a parameter to the sandbox policy to allow sandboxed process to run outsi...pastarmovj@chromium.org2012-10-0410-26/+211
* Revert 159850 - Enable handle tracing in Canary, Dev, and all debug builds of...alexeypa@google.com2012-10-031-11/+6
* Enable handle tracing in Canary, Dev, and all debug builds of Chrome (Windows...alexeypa@chromium.org2012-10-031-6/+11
* Improve error handling in ApplyProcessMitigationsToCurrentProcessjschuh@chromium.org2012-10-021-7/+15
* Add extra buckets to CrashExitCodes histogram for sandbox terminations.eroman@chromium.org2012-09-281-2/+3
* Remove GetModuleHandleHelper(), which was only needed for Win2k (which we don...pkasting@chromium.org2012-09-226-83/+26
* Make ProcessMitigationsTest.CheckWin8 work in debug buildsjschuh@chromium.org2012-09-221-11/+15
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-195-14/+9