summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix sandbox_bpf_unittest compile on ARMjorgelo@chromium.org2012-09-151-1/+1
* Add sandbox support for Windows process mitigations jschuh@chromium.org2012-09-1317-309/+767
* Revert 156550 - Add sandbox support for Windows process mitigations jschuh@chromium.org2012-09-1317-746/+309
* Add sandbox support for Windows process mitigations jschuh@chromium.org2012-09-1317-309/+746
* Revert 156315 - Add sandbox support for Windows process mitigationsjschuh@chromium.org2012-09-1217-738/+304
* Add sandbox support for Windows process mitigationsjschuh@chromium.org2012-09-1217-304/+738
* Disable FilePolicyTest, DISABLED_TestReparsePointtbreisacher@chromium.org2012-09-071-1/+2
* Sandbox: Add support for Windows 8' AppContainer.rvargas@google.com2012-09-0517-82/+665
* Refactored ErrorCode into it's own class. Removed operators and made themmarkus@chromium.org2012-08-3113-162/+449
* Move STARTUPINFO manipulation into SpawnTargetjschuh@chromium.org2012-08-283-13/+25
* Simplified unit testing of sandboxing code. We now have helper methods that r...markus@chromium.org2012-08-2713-229/+453
* Sandbox: Disable a test that fails on Win64.rvargas@google.com2012-08-231-0/+2
* Re-enable sandbox ClientFastServer test.jln@chromium.org2012-08-221-3/+0
* Add full ARM syscall list.jorgelo@chromium.org2012-08-212-12/+1361
* Add ARM syscalls to syscall sets.jorgelo@chromium.org2012-08-171-0/+4
* Correct style issues in Linux sandbox code.jln@chromium.org2012-08-173-7/+10
* Add basic ARM policy to seccomp-bpf sandbox.jorgelo@chromium.org2012-08-151-0/+28
* Add basic ARM support to the seccomp-bpf sandbox.jorgelo@chromium.org2012-08-104-31/+86
* Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-102-45/+110
* Setuid sandbox unittest: fix environment.jln@chromium.org2012-08-091-0/+12
* Seccomp: always call setSandboxPolicy in unittest.jln@chromium.org2012-08-091-1/+6
* Revert 150423 - Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-072-111/+45
* Remove X32 syscalls numbers from x86_64_linux_syscalls.hjln@chromium.org2012-08-071-116/+0
* Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-072-45/+111
* Linux: add our own headers for system call numbers.jln@chromium.org2012-08-073-0/+2801
* Revert 149782 - Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-032-105/+45
* Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-032-45/+105
* Sandbox: Verify that members of TargetProcess are valid before freeing them.rvargas@google.com2012-08-031-10/+13
* Create a LinuxSandbox class.jln@chromium.org2012-08-023-3/+19
* Revert 149692 - Create a LinuxSandbox class.mazda@chromium.org2012-08-023-19/+3
* Create a LinuxSandbox class.jln@chromium.org2012-08-023-3/+19
* Fixing a couple of issues in sandbox::RestrictedToken:alexeypa@chromium.org2012-08-012-13/+82
* Linux sandbox unit test: log BPF supportjln@chromium.org2012-07-311-1/+11
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-07-271-1/+1