| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix scoped_ptr free to use delete [] instead of delete. | wfh | 2015-04-07 | 1 | -11/+10 |
* | Cleanup: Remove basictypes.h includes from seccomp-bpf. | tfarina | 2015-04-06 | 2 | -2/+1 |
* | sandbox/linux/syscall_broker: Remove includes of of basictypes.h header. | tfarina | 2015-04-04 | 2 | -2/+1 |
* | sandbox/linux/tests: Migrate away from basictypes.h include. | tfarina | 2015-04-03 | 5 | -8/+7 |
* | Sandbox: Add support for file system policies that use implied device paths. | rvargas | 2015-04-01 | 4 | -46/+185 |
* | Annotate raw syscalls for MemorySanitizer. | eugenis | 2015-04-01 | 1 | -6/+30 |
* | Add utility functions for forking new PID namespaces. | rickyz | 2015-04-01 | 6 | -37/+267 |
* | Revert of Start all children in their own PID namespace. (patchset #14 id:360... | spang | 2015-03-30 | 6 | -267/+37 |
* | Use syscall_wrappers for some system calls in Credentials. | hidehiko | 2015-03-30 | 4 | -4/+62 |
* | Start all children in their own PID namespace. | rickyz | 2015-03-27 | 6 | -37/+267 |
* | Adding one more error code to convey process creation/spawn target error to t... | shrikant | 2015-03-25 | 2 | -2/+6 |
* | Add return statement to LinuxCapabilityToKernelValue. | rickyz | 2015-03-17 | 1 | -0/+1 |
* | Remove sys/capability.h dependency from credentials.cc. | rickyz | 2015-03-17 | 9 | -62/+243 |
* | Non-SFI mode: Suid sandbox. | hidehiko | 2015-03-10 | 1 | -0/+45 |
* | bpf_dsl: move Verifier into PolicyCompiler | mdempsky | 2015-03-09 | 8 | -68/+90 |
* | bpf_dsl: switch PolicyCompiler from seccomp-bpf/die.h to base/logging.h | mdempsky | 2015-03-07 | 2 | -44/+33 |
* | bpf_dsl: Change bpf_dsl_unittests into actual standalone unit tests | mdempsky | 2015-03-07 | 5 | -79/+161 |
* | bpf_dsl: decouple PolicyCompiler from Syscall | mdempsky | 2015-03-05 | 6 | -46/+40 |
* | Roll Clang 223108:231191 | hans | 2015-03-05 | 1 | -0/+5 |
* | Adding lowbox condition to IsTokenCacheable function. | shrikant | 2015-03-05 | 1 | -2/+2 |
* | Revert "Roll Clang 223108:230914" | hans | 2015-03-03 | 1 | -5/+0 |
* | Roll Clang 223108:230914 | hans | 2015-03-02 | 1 | -0/+5 |
* | This CL adds a method to create process using LowBox token on Windows. LowBox... | shrikant | 2015-03-02 | 10 | -25/+173 |
* | Revert of Roll Clang 223108:230631 (+revert of r229678) (patchset #5 id:80001... | hans | 2015-03-01 | 1 | -5/+0 |
* | Roll Clang 223108:230631 (+revert of r229678) | hans | 2015-03-01 | 1 | -0/+5 |
* | Apply gn format with 'sources' sorting to src/ | scottmg | 2015-02-28 | 3 | -24/+24 |
* | Reland the ULONG -> SIZE_T change from 317177 | rnk | 2015-02-26 | 2 | -4/+4 |
* | Linux Sandbox: make sure Credentials test pass on TSAN | jln | 2015-02-24 | 3 | -0/+20 |
* | Linux sandbox: better APIs with /proc/ arguments | jln | 2015-02-24 | 13 | -119/+134 |
* | Add GN for sandbox_linux_jni_unittests | rockot | 2015-02-21 | 1 | -19/+22 |
* | Revert of sandbox: Fix Win64 porting issue by using SIZE_T instead of ULONG (... | jfb | 2015-02-20 | 2 | -7/+7 |
* | sandbox: Change directory names in ProcUtil test to support Android | leecam | 2015-02-20 | 1 | -8/+8 |
* | Revert of bpf_dsl: decouple PolicyCompiler from Syscall (patchset #3 id:40001... | kaliamoorthi | 2015-02-20 | 6 | -40/+46 |
* | Revert of bpf_dsl: switch PolicyCompiler from seccomp-bpf/die.h to base/loggi... | mdempsky | 2015-02-20 | 2 | -33/+44 |
* | Revert of bpf_dsl: Change bpf_dsl_unittests into actual standalone unit tests... | kaliamoorthi | 2015-02-20 | 5 | -161/+79 |
* | bpf_dsl: switch PolicyCompiler from seccomp-bpf/die.h to base/logging.h | mdempsky | 2015-02-20 | 2 | -44/+33 |
* | bpf_dsl: Change bpf_dsl_unittests into actual standalone unit tests | mdempsky | 2015-02-20 | 5 | -79/+161 |
* | bpf_dsl: decouple PolicyCompiler from Syscall | mdempsky | 2015-02-20 | 6 | -46/+40 |
* | Update Chomium's build files to work w/ latest GN binaries. | dpranke | 2015-02-20 | 2 | -5/+5 |
* | sandbox: Fix some nt_internals.h function prototypes for Win64 | rnk | 2015-02-20 | 2 | -7/+7 |
* | sandbox: use waitpid consistently | mdempsky | 2015-02-19 | 1 | -4/+6 |
* | Re-enable handle closer on Windows 10. | wfh | 2015-02-19 | 1 | -7/+0 |
* | Replace handles that the handle closer closes with dummy Events. | wfh | 2015-02-19 | 3 | -3/+158 |
* | Fix GN unit tests on Windows, GN x64 build. | brettw | 2015-02-17 | 1 | -1/+3 |
* | Disable ResourceLimits.NoFork in sandbox_linux_unittests on Android. | bauerb | 2015-02-17 | 1 | -1/+8 |
* | Linux Sandbox: add resource limits to NaCl | jln | 2015-02-13 | 6 | -0/+98 |
* | Linux sandbox: split linux_seccomp. in three. | jln | 2015-02-13 | 19 | -154/+207 |
* | Linux sandbox: fix part of the *SingleThreaded() APIs | jln | 2015-02-12 | 10 | -41/+57 |
* | Namespace sandbox: add important security checks | jln | 2015-02-12 | 1 | -1/+3 |
* | Linux Sandbox: reorganize | jln | 2015-02-12 | 40 | -267/+313 |