summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
...
* SECCOMP-BPF: Fix SandboxSyscall()markus@chromium.org2012-12-043-68/+125
* Linux Sandbox: add test for one argument system calls.jln@chromium.org2012-12-031-0/+8
* Seccomp-BPF: disable ASAN on SandboxSyscall()jln@chromium.org2012-11-271-0/+5
* Sandbox: Verify the return value when changing memory protection.rvargas@google.com2012-11-272-2/+6
* setuid tools: open /proc directories relativelyjln@chromium.org2012-11-271-21/+44
* SECCOMP-BPF: Added support for greylisting of system calls.markus@chromium.org2012-11-2214-67/+1074
* Sandbox BPF: print pointer size in testjln@chromium.org2012-11-211-0/+2
* Revert 168969 - Added support for greylisting of system calls.nona@chromium.org2012-11-2114-1008/+67
* Added support for greylisting of system calls.markus@chromium.org2012-11-2114-67/+1008
* Sandbox: Increase the default timeout of multiprocess tests to 1 minute.rvargas@google.com2012-11-171-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-143-3/+3
* Fix memory smashing on the sandbox PolicyRulecpu@chromium.org2012-11-143-10/+52
* Pass a pointer with auxilliary data to a policy function.markus@chromium.org2012-10-317-97/+143
* Seccomp-BPF: relax failure in probe process setupjln@chromium.org2012-10-301-24/+52
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-2/+0
* Minor fix for gcc builidng problem.shenhan@google.com2012-10-191-1/+2
* SANDBOX-BPF: Initial version of the updated code generator.markus@chromium.org2012-10-1914-153/+1469
* 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