summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-07-271-1/+1
* Fix gcc 4.7 building problems - cont 2.shenhan@google.com2012-07-262-0/+2
* Fixed coverity defects pertaining to pass-by-value use where pass-by-referenc...orenb@chromium.org2012-07-252-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+4
* Remove use-after-free bug.tbreisacher@chromium.org2012-07-251-3/+3
* Create a new SetuidSandboxClient class.jln@chromium.org2012-07-238-47/+389
* Revert 147510 - Revert "Remove part of a sandbox test that fails on XP"vitalybuka@chromium.org2012-07-201-0/+3
* Revert "Remove part of a sandbox test that fails on XP"jln@chromium.org2012-07-191-3/+0
* Move sandbox/sandbox_linux.gypi to sandbox/linuxjln@chromium.org2012-07-182-18/+18
* Move /seccompsandbox to /sandbox/linux/seccomp-legacyjln@chromium.org2012-07-181-1/+1
* Remove part of a sandbox test that fails on XPjln@chromium.org2012-07-181-0/+3
* Move the Windows sandbox to sandbox/winjln@chromium.org2012-07-18215-628/+628
* Increase default delay for sandbox testsjschuh@chromium.org2012-07-171-1/+1
* Seccomp Sandbox: detect a bug with old glibcsjln@chromium.org2012-07-162-6/+46
* Emergency revert; rietveld broke; tree brokeerg@google.com2012-07-13215-628/+628
* sandbox_win.gypi: one less.. for other .gyp filesjln@chromium.org2012-07-131-10/+10
* sandbox/wow_helper -> sandbox/win/wow_helperjln@chromium.org2012-07-133-5/+5
* sandbox/tools -> sandbox/win/toolsjln@chromium.org2012-07-137-8/+8
* sandbox_poc + test to sandbox/winjln@chromium.org2012-07-1331-43/+43
* sandbox/src -> sandbox/win/srcjln@chromium.org2012-07-13162-566/+566
* Move Windows sandboxjln@chromium.org2012-07-13215-16/+16
* Share the zygote's fopen overrides with nacl_helper.ncbray@chromium.org2012-07-133-0/+198
* Suppress STATUS_INVALID_HANDLE (0xc0000008) exceptions triggered by HandleClo...alexeypa@chromium.org2012-07-121-7/+27
* Make wow_helper.sln pure ASCIIjln@chromium.org2012-07-121-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Seccomp-BPF: add a new synthetic unittestjln@chromium.org2012-07-091-0/+59
* Add Julien Tinnes as OWNER of Linux sandboxing and Zygotejln@chromium.org2012-07-091-0/+5
* Force the interception agent trampoline into the random rangejschuh@chromium.org2012-06-291-6/+19
* Sandbox: Move code around.rvargas@google.com2012-06-283-218/+236
* Sandbox: Two files were left behind when changing the uservargas@google.com2012-06-282-3/+4
* Sandbox: Use ScopedProcessInformation.rvargas@google.com2012-06-278-186/+176
* Make chrome compile with the win8 sdk cpu@chromium.org2012-06-265-7/+7
* Seccomp BPF: add a unittest for a SIGSYS handlerjln@chromium.org2012-06-261-0/+52
* Add eight more bits of entropy to the sandbox intercept trampolinejschuh@chromium.org2012-06-252-8/+44
* Seccomp BPF: add a simple whitelist unittestjln@chromium.org2012-06-232-22/+113
* Sandbox Gyp: split Windows into its own .gypi filejln@chromium.org2012-06-232-338/+347
* Sandbox BPF: add basic unittestsjln@chromium.org2012-06-222-2/+54
* Seccomp BPF: initial structure for unittestsjln@chromium.org2012-06-223-11/+62
* seccomp bpf: make more of the Sandbox class privatejln@chromium.org2012-06-221-3/+3
* Sandbox Gyp: move Linux to its own .gypi filejln@chromium.org2012-06-212-53/+69
* Revert 143426 - Sandbox GYP: separate Windows and Linuxsky@chromium.org2012-06-213-397/+386
* Sandbox: Add support for the latest version of windows' servicervargas@google.com2012-06-211-6/+49
* Sandbox GYP: separate Windows and Linuxjln@chromium.org2012-06-213-386/+397
* Fix compilation error triggered by gcc-4.7+ running in C++-11 mode.markus@chromium.org2012-06-171-1/+2
* Use binary search to optimize code generation for BPF filters.markus@chromium.org2012-06-153-38/+123
* Added support for SECCOMP_RET_TRAP handlers.markus@chromium.org2012-06-154-97/+330
* Instead of outputting one BPF check per possible system call coalescemarkus@chromium.org2012-06-153-53/+177
* Added a new Verifier class to the BPF compiler.markus@chromium.org2012-06-146-8/+286
* Don't break sandboxed sub-processes out of jobs on Win8.siggi@chromium.org2012-06-142-4/+18
* Second try at landing this patch list. This time, we are super careful about ...markus@chromium.org2012-06-145-25/+75