summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the libc clone wrapper in sys_clone.rickyz2014-12-163-18/+58
* Revert of Fix sandbox target in Windows GN build and enable it. (patchset #1 ...samuong2014-12-161-6/+0
* Fix sandbox target in Windows GN build and enable it.vchigrin2014-12-161-0/+6
* Renumbering sandbox policy actions to fix bug found by VC++'s /analyze.brucedawson2014-12-111-5/+5
* Add a syscall wrapper for prlimit64.rickyz2014-12-093-3/+19
* Fix format string to handle pointers correctly.brucedawson2014-12-061-2/+4
* Fix some minor typos: abandonned -> abandonedsungmann.cho2014-12-052-2/+2
* [Android] Get renderers working again under seccomp-bpf.rsesek2014-12-041-0/+13
* gn format // (the rest, except mojo)scottmg2014-12-034-23/+40
* sandbox: sandbox_linux_unittests enforces TSYNC on ChromeOSleecam2014-12-031-2/+12
* Revert "Disable SANDBOX_*_TEST on ChromeOS"leecam2014-12-021-3/+0
* sandbox: Fix DeathMessage so CHECK messages are caught in all buildsleecam2014-12-021-0/+10
* CodeGen: reuse far jumps when possiblemdempsky2014-12-023-16/+61
* Disable SANDBOX_*_TEST on ChromeOSbshe2014-11-281-0/+3
* Linux sandbox: set policy in constructorjln2014-11-276-36/+20
* Linux sandbox: Use ScopedFD in SandboxBPFjln2014-11-266-53/+101
* sandbox: Extend Broker to support improved file permissionsleecam2014-11-2614-188/+892
* Extract CountOpenFds and HasOpenDirectory from credentials.cchidehiko2014-11-269-162/+222