summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Sandbox: Add support for file system policies that use implied device paths.rvargas2015-04-014-46/+185
* Annotate raw syscalls for MemorySanitizer.eugenis2015-04-011-6/+30
* Add utility functions for forking new PID namespaces.rickyz2015-04-016-37/+267
* Revert of Start all children in their own PID namespace. (patchset #14 id:360...spang2015-03-306-267/+37
* Use syscall_wrappers for some system calls in Credentials.hidehiko2015-03-304-4/+62
* Start all children in their own PID namespace.rickyz2015-03-276-37/+267
* Adding one more error code to convey process creation/spawn target error to t...shrikant2015-03-252-2/+6
* Add return statement to LinuxCapabilityToKernelValue.rickyz2015-03-171-0/+1
* Remove sys/capability.h dependency from credentials.cc.rickyz2015-03-179-62/+243
* Non-SFI mode: Suid sandbox.hidehiko2015-03-101-0/+45
* bpf_dsl: move Verifier into PolicyCompilermdempsky2015-03-098-68/+90
* bpf_dsl: switch PolicyCompiler from seccomp-bpf/die.h to base/logging.hmdempsky2015-03-072-44/+33
* bpf_dsl: Change bpf_dsl_unittests into actual standalone unit testsmdempsky2015-03-075-79/+161
* bpf_dsl: decouple PolicyCompiler from Syscallmdempsky2015-03-056-46/+40
* Roll Clang 223108:231191hans2015-03-051-0/+5
* Adding lowbox condition to IsTokenCacheable function.shrikant2015-03-051-2/+2
* Revert "Roll Clang 223108:230914"hans2015-03-031-5/+0
* Roll Clang 223108:230914hans2015-03-021-0/+5
* This CL adds a method to create process using LowBox token on Windows. LowBox...shrikant2015-03-0210-25/+173
* Revert of Roll Clang 223108:230631 (+revert of r229678) (patchset #5 id:80001...hans2015-03-011-5/+0
* Roll Clang 223108:230631 (+revert of r229678)hans2015-03-011-0/+5
* Apply gn format with 'sources' sorting to src/scottmg2015-02-283-24/+24
* Reland the ULONG -> SIZE_T change from 317177rnk2015-02-262-4/+4
* Linux Sandbox: make sure Credentials test pass on TSANjln2015-02-243-0/+20
* Linux sandbox: better APIs with /proc/ argumentsjln2015-02-2413-119/+134
* Add GN for sandbox_linux_jni_unittestsrockot2015-02-211-19/+22
* Revert of sandbox: Fix Win64 porting issue by using SIZE_T instead of ULONG (...jfb2015-02-202-7/+7
* sandbox: Change directory names in ProcUtil test to support Androidleecam2015-02-201-8/+8
* Revert of bpf_dsl: decouple PolicyCompiler from Syscall (patchset #3 id:40001...kaliamoorthi2015-02-206-40/+46
* Revert of bpf_dsl: switch PolicyCompiler from seccomp-bpf/die.h to base/loggi...mdempsky2015-02-202-33/+44
* Revert of bpf_dsl: Change bpf_dsl_unittests into actual standalone unit tests...kaliamoorthi2015-02-205-161/+79
* bpf_dsl: switch PolicyCompiler from seccomp-bpf/die.h to base/logging.hmdempsky2015-02-202-44/+33
* bpf_dsl: Change bpf_dsl_unittests into actual standalone unit testsmdempsky2015-02-205-79/+161
* bpf_dsl: decouple PolicyCompiler from Syscallmdempsky2015-02-206-46/+40
* Update Chomium's build files to work w/ latest GN binaries.dpranke2015-02-202-5/+5
* sandbox: Fix some nt_internals.h function prototypes for Win64rnk2015-02-202-7/+7
* sandbox: use waitpid consistentlymdempsky2015-02-191-4/+6
* Re-enable handle closer on Windows 10.wfh2015-02-191-7/+0
* Replace handles that the handle closer closes with dummy Events.wfh2015-02-193-3/+158
* Fix GN unit tests on Windows, GN x64 build.brettw2015-02-171-1/+3
* Disable ResourceLimits.NoFork in sandbox_linux_unittests on Android.bauerb2015-02-171-1/+8
* Linux Sandbox: add resource limits to NaCljln2015-02-136-0/+98
* Linux sandbox: split linux_seccomp. in three.jln2015-02-1319-154/+207
* Linux sandbox: fix part of the *SingleThreaded() APIsjln2015-02-1210-41/+57
* Namespace sandbox: add important security checksjln2015-02-121-1/+3
* Linux Sandbox: reorganizejln2015-02-1240-267/+313
* Deny setgroups if needed before writing to gid_map.rickyz2015-02-115-6/+58
* Sandbox Linux: stricter RunPostTestsChecks()jln2015-02-111-4/+17
* Linux sandbox: fix compile under TSAN.jln2015-02-101-3/+3
* Linux sandbox: Provide AssertSingleThreaded() helperjln2015-02-095-59/+164