summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Avoid the use of wow_helper for Windows7cpu@chromium.org2010-10-291-2/+5
* Add a bunch of missing bug references to FLAKY testsstuartmorgan@chromium.org2010-10-271-0/+1
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-178-16/+16
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-156-23/+24
* Revert 62205 - Make writing to stdout and stderr work in Chrome processes whe...isherman@chromium.org2010-10-121-5/+0
* Make writing to stdout and stderr work in Chrome processes when inheriteddarin@chromium.org2010-10-111-0/+5
* Sandbox change. Remove inheritance of the duplicated tokens.cpu@chromium.org2010-09-221-4/+4
* Support for building Chrome using Clang.evan@chromium.org2010-09-181-2/+2
* Fix SameObject to not return false when the volume name returned by QueryDosD...nsylvain@chromium.org2010-09-161-1/+1
* Pull seccomp-sandbox in via DEPS rather than using an in-tree copy mseaborn@chromium.org2010-09-0146-14320/+1
* Revert 57921 - Pull seccomp-sandbox in via DEPS rather than using an in-tree ...nsylvain@chromium.org2010-08-3145-0/+14319
* Pull seccomp-sandbox in via DEPS rather than using an in-tree copymseaborn@chromium.org2010-08-3045-14319/+0
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-2/+1
* Seccomp sandbox: Add a policy flag to allow file namespace access to be disabledmseaborn@chromium.org2010-08-276-14/+103
* Remove NEWNS from the setuid sandbox.mal@chromium.org2010-08-261-4/+0
* Sbox IPC fixcpu@chromium.org2010-08-203-40/+79
* Revert 56796 - Sbox IPC fixcpu@chromium.org2010-08-203-72/+39
* Sbox IPC fixcpu@chromium.org2010-08-203-39/+72
* Allow native (nt-style) paths to be used for sandbox policy specificationcpu@chromium.org2010-08-074-17/+61
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-053-3/+2
* Check the IPC filename length does not exceed the message size.jschuh@google.com2010-07-221-0/+5
* Fix about:sandbox's network isolation indication.agl@chromium.org2010-07-211-1/+1
* Remove <iostream> where possible.erg@google.com2010-07-203-3/+0
* Add about:sandbox.agl@chromium.org2010-07-131-1/+14
* Fix compiler error in sandbox util in case exception is enabled.victorw@chromium.org2010-06-222-0/+12
* FAILS tests should not turn the bot red.vandebo@chromium.org2010-06-181-2/+2
* TTF: Reenable some disabled tests.vandebo@chromium.org2010-06-181-2/+2
* Revert 49982 - patchthakis@chromium.org2010-06-161-2/+2
* patchthakis@chromium.org2010-06-161-2/+2
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-1/+1
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in sandbox...tfarina@chromium.org2010-06-0523-51/+51
* Implement most of the ridealong fixes/cleanups I suggested during review for ...pkasting@chromium.org2010-06-012-9/+9
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-275-39/+39
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-265-39/+39
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-255-39/+39
* Seccomp sandbox: Add Gyp rules for building the test suitemseaborn@chromium.org2010-05-241-0/+30
* Add NEWNS and NEWNET to the SUID sandbox.agl@chromium.org2010-05-241-15/+30
* Remove a possible race in the SUID sandbox (minor)agl@chromium.org2010-05-201-7/+18
* seccomp sandbox: Split source file list into a separate .gyp filemseaborn@chromium.org2010-05-202-52/+67
* Add support for calling {rt_,}sigaction(), and for invoking signal handlersmarkus@chromium.org2010-05-1810-66/+625
* seccomp sandbox: Add tests for signal handlingmseaborn@chromium.org2010-05-181-3/+145
* GYP changes for FreeBSD and OpenBSDpvalchev@google.com2010-05-141-0/+9
* Prevent FPU state corruption by directly creating the signal frame on themarkus@chromium.org2010-05-114-69/+56
* Add a couple more testsmarkus@chromium.org2010-04-281-7/+126
* Correctly align memory allocations in the case where we need to allocate memorymarkus@chromium.org2010-04-281-1/+4
* Added support for sigreturn() and rt_sigreturn(). On x86-32, this ismarkus@chromium.org2010-04-285-127/+239
* Merged Mark Seaborn's changes:markus@chromium.org2010-04-2218-76/+427
* Make the use of signals inside of the sandbox safe.markus@chromium.org2010-04-2012-409/+965
* SELinux: add basic policy.agl@chromium.org2010-04-193-0/+53
* Fix SELinux warnings when running on Fedora.markus@chromium.org2010-03-301-3/+3