summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* win: Don't use precision with %wZ, it's ignored.Nico Weber2014-09-081-2/+2
* Added logging in PolicyBase::AddRule.vitalybuka2014-09-072-78/+93
* bpf_dsl: support Switch/Case expressionsMatthew Dempsky2014-09-064-28/+202
* Linux sandbox: whitelist allowed Futex operations.Julien Tinnes2014-09-053-19/+75
* More compiler whack-a-mole.Nico Weber2014-09-051-28/+14
* Add more casts.thakis2014-09-051-6/+6
* win/clang: Fix all remaining -Wformat warnings.Nico Weber2014-09-055-23/+23
* bpf_dsl: support arbitrary (arg & mask) == val expressionsMatthew Dempsky2014-09-049-372/+457
* sandbox: Fix RedirectToUserSpacePolicyWrapperleecam2014-09-033-24/+112
* Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_...thakis2014-08-311-1/+1
* Revert of clang/win: Fix a few warnings in targets not in chromium_builder_te...thakis2014-08-301-1/+1
* clang/win: Fix a few warnings in targets not in chromium_builder_tests.Nico Weber2014-08-291-1/+1
* sandbox: style cleanupMatthew Dempsky2014-08-293-52/+96
* Remove cevans@ from OWNERS files.thestig2014-08-291-1/+0
* Revert of Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxD...rsesek2014-08-271-2/+1
* Remove implicit conversions from scoped_refptr to T* in sandbox/dcheng2014-08-272-2/+2
* Disable SandboxBPF.StartSingleThreadedAsMultiThreaded under TSan v2.jyasskin2014-08-271-0/+3
* sandbox: Add support for the new seccomp() system call in kernel 3.17.rsesek2014-08-254-28/+160
* Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxDenyPaweł Hajdan, Jr2014-08-251-1/+2
* sandbox: Add Arm64 support for seccomp-BPFleecam2014-08-2414-70/+1342
* [MIPS] Fix build issue for MIPSpetarj@mips.com2014-08-221-1/+1
* sandbox: Update known syscalls to kernel 3.17leecam@chromium.org2014-08-227-2/+127
* sandbox: Fix Android clone flagsleecam@chromium.org2014-08-211-2/+4
* Don't pass const strings to CreateProcess.thakis@chromium.org2014-08-202-11/+19
* Replace NT prefix in sandbox rules match string to handle correct wildcard es...forshaw@chromium.org2014-08-163-6/+55
* Resolve registry root paths in HandleCloserjschuh@chromium.org2014-08-151-2/+10
* [MIPS] Add ABI check for syscall numbers definitionsnedeljko.babic@imgtec.com2014-08-081-1/+1
* Replace "using namespace" statement with individual "using" statementsmdempsky@chromium.org2014-08-051-1/+1
* Revert "Make the sandbox code link with the 10.7 SDK."avi@chromium.org2014-08-013-11/+11
* Make the sandbox code link with the 10.7 SDK.avi@chromium.org2014-08-012-9/+9
* Annotate IA-32's SyscallAsm implementation with CFI directivesmdempsky@chromium.org2014-08-012-11/+8
* Convert content's BPF policies to use BPF DSLmdempsky@chromium.org2014-08-017-206/+168
* Linux sandbox: more verbose test failuresjln@chromium.org2014-07-311-2/+4
* Cleanup SandboxBPF policies now that we have InvalidSyscall()mdempsky@chromium.org2014-07-316-1/+42
* Sandbox: Fix the BrokerProcess RecvMsgDescriptorLeak testleecam@chromium.org2014-07-311-0/+5
* Fix line endings on BUILD.gnwfh@chromium.org2014-07-311-285/+285
* Android sandbox: EPERM fork() properlyjln@chromium.org2014-07-312-1/+9
* Android sandbox: fix most BaselinePolicy testsjln@chromium.org2014-07-304-14/+67
* Android seccomp-bpf: fix a few unittestsjln@chromium.org2014-07-303-22/+26
* [MIPS] Add seccomp bpf supportnedeljko.babic@imgtec.com2014-07-2520-75/+1909
* Make HandleCloserAgent walk in 4x multiples on x64jschuh@chromium.org2014-07-242-2/+2
* Patch NtOpenKeyEx on Windows Server 2008jschuh@chromium.org2014-07-241-1/+4
* GN: Add //ui/base/ime, fix up printing on macjamesr@chromium.org2014-07-231-0/+2
* Fix the //sandbox/mac build when using a modern (10.7+) SDK.rsesek@chromium.org2014-07-214-40/+61
* Run XPCMessageServerTest on 10.8+ rather than 10.7+.rsesek@chromium.org2014-07-191-1/+1
* Add an XPC implementation of sandbox::MessageServer.rsesek@chromium.org2014-07-1910-1/+446
* Add domain-specific language for BPF policiesmdempsky@chromium.org2014-07-179-0/+885
* Create DispatchSourceMach to run a MACH_RECV dispatch source.rsesek@chromium.org2014-07-177-33/+258
* Revert of Add domain-specific language for BPF policies (https://codereview.c...tapted@chromium.org2014-07-169-865/+0
* Do not create a reply IPCMessage for every message received.rsesek@chromium.org2014-07-165-35/+46