summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Make chrome.exe built with ASan/Win work with sandbox enabledtimurrrr2015-02-055-18/+132
* sandbox: move SyscallSet into bpf_dslmdempsky2015-02-059-22/+20
* sandbox: extract SetuidSandboxHost code from SetuidSandboxClientmdempsky2015-02-059-271/+368
* sandbox: move Codegen into bpf_dsl directorymdempsky2015-02-0512-17/+17
* Move OpenProcessHandle to Process::Open.rvargas2015-02-041-5/+4
* sandbox: run Credentials.CanDetectRoot as a SANDBOX_TESTmdempsky2015-02-041-5/+5
* Minor refactoring of setuid_sandbox_client.hidehiko2015-02-042-13/+3
* Temporarily disable tests using Credentials::DropFileSystemAccess on ASAN.rickyz2015-02-041-1/+2
* Add namespace sandbox class.rickyz2015-02-0310-12/+329
* Initialize create_disposition to FILE_OPEN in sandboxjschuh2015-01-291-1/+1
* Allow getrusage under ASAN.rickyz2015-01-294-0/+42
* Linux sandbox: disable a few tests on ASANjln2015-01-271-2/+3
* Move a couple of utility functions to a new namespace_utils class.rickyz2015-01-279-42/+210
* Added a new process mitigation to harden process token IL policy.forshaw2015-01-264-1/+91
* Rename base::Process::pid() to Pid()rvargas2015-01-242-4/+4
* Update {virtual,override,final} to follow C++11 style in sandbox, round 2.dcheng2015-01-231-3/+3
* Restrict file creation disposition in Windows sandboxjschuh2015-01-235-13/+42
* Linux sandbox: Make ChrootToSafeEmptyDir() faster.jln2015-01-232-16/+35
* Move ForkWithFlags from process* to launch*.rickyz2015-01-211-1/+1
* Move the test template to //testing/test.gni (part 2)qsr2015-01-213-0/+4
* GN: Add -Wl,-z defs on linux and fix errorsjamesr2015-01-211-0/+1
* Convert DropFileSystemAccess to use ForkWithFlags.rickyz2015-01-162-48/+31
* Sandbox: Re-enable a test that should be working for a long time.rvargas2015-01-141-2/+1
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-133-124/+6
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-122-21/+18
* Revert of Linux Sandbox: move init processes to new session id. (patchset #1 ...jln2015-01-122-12/+1
* Fix some sandbox memory leakswfh2015-01-121-10/+8
* Change Credentials to a static class.rickyz2015-01-093-65/+39
* Update {virtual,override,final} for sandbox/ to follow C++11 style.dcheng2015-01-093-3/+3
* Linux Sandbox: move init processes to new session id.jln2015-01-072-1/+12
* Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchPr...mek2015-01-073-6/+124
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-073-124/+6
* Fix ARM build of sandbox_linux_unittests.mazda2015-01-071-2/+2
* Fix sandbox IPC shared memory leak.jbauman2015-01-071-0/+3
* replace COMPILE_ASSERT with static_assert in sandbox/mostynb2015-01-0617-34/+40
* Remove the open directory fd check.rickyz2015-01-063-14/+13
* Remove deprecated methods from Pickle.avi2014-12-282-8/+5
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-282-5/+8
* Disable ASan instrumentation for sandbox::(anonymous namespace)::CloneAndLong...glider2014-12-281-0/+7
* Revert of Revert "Update legacy Tuple-using code." (patchset #1 id:1 of https...avi2014-12-232-9/+9
* Revert "Update legacy Tuple-using code."Avi Drissman2014-12-232-9/+9
* Be explicit about not wanting a trigraph.thakis2014-12-231-1/+3
* Standardize usage of virtual/override/final specifiers in sandbox/.dcheng2014-12-235-16/+16
* Remove deprecated methods from Pickle.Avi Drissman2014-12-222-8/+5
* Update legacy Tuple-using code.Avi Drissman2014-12-222-9/+9
* Changes to the handling of impersonation levels for Windows pipes.forshaw2014-12-188-19/+79
* [MIPS64] Fix sandbox compile error for MIPS64Gordana.Cmiljanovic2014-12-183-2/+1272
* Fix sandbox target in Windows GN build and enable it.vchigrin2014-12-171-0/+9
* Add a ForkWithFlags wrapper using the libc clone wrapper.rickyz2014-12-173-14/+135
* Revert "Use the libc clone wrapper in sys_clone."oshima2014-12-163-58/+18