summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Fix seccomp-bpf compile error for MIPSGordana.Cmiljanovic2014-09-171-0/+5
* fix sandbox memory leakcpu2014-09-171-11/+20
* Decouple CodeGen from ErrorCodemdempsky2014-09-174-46/+36
* Large IWYU cleanup for seccomp-bpfmdempsky2014-09-1621-41/+67
* Decouple Trap from ErrorCodemdempsky2014-09-166-103/+105
* Split AssembleFilter into comprehensible chunksmdempsky2014-09-162-149/+205
* Linux sandbox: Disallow get_robust_list and set_robust_list.rickyz2014-09-162-1/+3
* Linux sandbox: restrict clock_gettime() and clock_getres()jln2014-09-133-1/+14
* Convert sandbox_bpf_unittest.cc to use bpf_dslmdempsky2014-09-137-419/+461
* Make "rt" library Linux-only in GN build.Brett Wilson2014-09-121-1/+4
* Add "rt" to libs of GN build linux sandbox unittests.Brett Wilson2014-09-121-0/+2
* Remove --find-inode-switch hack from chrome-sandboxmdempsky2014-09-126-194/+3
* Linux sandbox: fix MIPS Android compilation bug.jln2014-09-121-0/+5
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-127-7/+7
* Linux sandbox: move RestrictClockID() to sandbox/jln2014-09-126-0/+165
* Enable futex tests on Android.jln2014-09-122-5/+12
* Linux sandbox: allow sigaltstack in Android baseline policy.jln2014-09-111-4/+3
* Linux sandbox: restrict {set,get}priority() in baseline policy.Julien Tinnes2014-09-114-1/+54
* Fix sbox_validation_tests for Server 2012R2drbasic2014-09-111-1/+1
* GN: Enable blink and (nearly) all of content in android buildJames Robinson2014-09-101-29/+33
* Reorganize sandbox operator new, add a comment.Nico Weber2014-09-101-8/+14
* bpf_dsl: fix argument-dependent lookup of BoolExpr operatorsmdempsky2014-09-102-5/+8
* Remove NT_PLACE, it's not really used.thakis2014-09-103-3/+10
* Sandbox: Don't CloseHandle after calling DuplicateHandlervargas2014-09-101-4/+0
* sandbox: remove seccomp-bpf demo programmdempsky2014-09-093-574/+0
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* NonSFI sandbox: restrict futex(2) operations.jln2014-09-081-2/+0
* 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