| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to... | thestig@chromium.org | 2009-12-10 | 4 | -1/+83 |
* | 64-bit compatibility changes for the sandbox code | gregoryd@google.com | 2009-11-11 | 7 | -12/+27 |
* | Sort the source files in sandbox.gyp | gregoryd@google.com | 2009-11-09 | 1 | -70/+70 |
* | Allow the seccomp sandbox to be enabled, even if the suid sandbox has | markus@chromium.org | 2009-11-07 | 20 | -103/+141 |
* | linux: compile fix for chrome_sandbox on 64-bit karmic | evan@chromium.org | 2009-11-04 | 1 | -0/+1 |
* | Only enable the seccomp sandbox, if the machine actually has kernel support for | markus@chromium.org | 2009-11-04 | 3 | -1/+66 |
* | Allow chrome_sandbox to act as a helper program and find the socket with a gi... | thestig@chromium.org | 2009-11-04 | 4 | -4/+168 |
* | Use scoped_array (not scoped_ptr) with new[]. | kuchhal@chromium.org | 2009-10-23 | 6 | -7/+7 |
* | GCC's optimizer is getting more aggressive. It is no longer good | markus@chromium.org | 2009-10-22 | 3 | -7/+14 |
* | - found all symbols that we directly access from assembly and marked them as ... | markus@chromium.org | 2009-10-21 | 13 | -486/+210 |
* | Change yet again the way we do ResolveNTFunctionPtr | cpu@chromium.org | 2009-10-14 | 1 | -2/+1 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Change again the way we do ResolveNTFunctionPtr | cpu@chromium.org | 2009-09-29 | 1 | -3/+7 |
* | Preliminary fixes to enable link dependent objects. | maruel@chromium.org | 2009-09-24 | 1 | -1/+5 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Linux: add support for SELinux. | agl@chromium.org | 2009-09-15 | 1 | -1/+10 |
* | Fix minor compilation issues that can trigger on some platforms (e.g. CentOS) | markus@chromium.org | 2009-09-14 | 2 | -2/+2 |
* | Despite the futex(2) manual page telling us to include <linux/futex.h>, this | markus@chromium.org | 2009-09-14 | 2 | -1/+59 |
* | Simplify ResolveNTFunctionPtr (temporary) | cpu@chromium.org | 2009-09-09 | 1 | -33/+3 |
* | Fix issue 8348: unfork pe_image.h / pe_image.cc | tkent@chromium.org | 2009-09-08 | 12 | -1017/+9 |
* | On Linux, move the passing of filedescriptors to a dedicated socketpair(). | agl@chromium.org | 2009-09-04 | 1 | -1/+1 |
* | Delete all precompiled support. It is causing more harm than good, especially... | maruel@chromium.org | 2009-09-04 | 17 | -227/+0 |
* | Clean out leftover bits of the path-based Linux SUID sandbox. | thestig@chromium.org | 2009-09-01 | 2 | -14/+0 |
* | Linux: updates to the SUID sandbox | agl@chromium.org | 2009-08-28 | 2 | -85/+65 |
* | Hide seccomp sandbox from !X86 | deanm@chromium.org | 2009-08-21 | 1 | -37/+41 |
* | Linux: fix seccomp sandbox for GCC 4.4 | agl@chromium.org | 2009-08-13 | 1 | -2/+4 |
* | Linux sandbox: fix security issue. | agl@chromium.org | 2009-08-12 | 1 | -2/+6 |
* | Fix seccomp sandbox for gcc44 | markus@chromium.org | 2009-08-12 | 2 | -2/+2 |
* | Initial version of the Seccomp sandbox. Imported from http://code.google.com/... | markus@chromium.org | 2009-08-11 | 37 | -1/+11410 |
* | Declare exe_name and cmd_line as const pointers and use | wtc@chromium.org | 2009-07-23 | 1 | -7/+9 |
* | Fix a FORWARD_NULL defect in ExtractModuleName reported by Coverity. | wtc@chromium.org | 2009-07-23 | 2 | -6/+5 |
* | Fix FORWARD_NULL defects reported by Coverity. We should | wtc@chromium.org | 2009-07-22 | 2 | -3/+3 |
* | Linux sandbox: save full list of SUID unsafe environment variables. | agl@chromium.org | 2009-07-17 | 3 | -7/+81 |
* | Linux sandbox: comment typo fix. | agl@chromium.org | 2009-07-17 | 1 | -1/+1 |
* | Linux: move hardcoded paths to GYP variables. | agl@chromium.org | 2009-07-15 | 2 | -1/+13 |
* | Linux: add comment to the sandbox binary as suggested by Markus. | agl@chromium.org | 2009-07-15 | 1 | -1/+3 |
* | Linux: propagate LD_LIBRARY_PATH through the SUID sandbox. | agl@chromium.org | 2009-07-15 | 1 | -0/+15 |
* | Linux: Fix sandbox define | agl@chromium.org | 2009-07-15 | 1 | -1/+1 |
* | Linux: various sandbox changes | agl@chromium.org | 2009-07-15 | 1 | -0/+6 |
* | Linux: fix for developing on a machine with google-chrome packages installed. | agl@chromium.org | 2009-07-15 | 2 | -0/+47 |
* | Remove svn:executable property from some more files that don't need it. | thestig@chromium.org | 2009-07-10 | 1 | -0/+0 |
* | Linux: don't bother passing the chroot directory fd to the zygote. | agl@chromium.org | 2009-07-10 | 1 | -19/+3 |
* | Linux: use a temp directory for the chroot. | agl@chromium.org | 2009-07-10 | 1 | -6/+41 |
* | Build fix: scons doesn't support hyphens in target names. | agl@chromium.org | 2009-07-08 | 1 | -1/+1 |
* | Linux: SUID sandbox support | agl@chromium.org | 2009-07-08 | 2 | -0/+235 |
* | Fix: Off-by-one error in LowLevelPolicy::Done. | yuzo@chromium.org | 2009-07-03 | 1 | -1/+1 |
* | -Fix a wrong comment | cpu@google.com | 2009-07-01 | 2 | -1/+4 |
* | Fix potential memleak in GetArgs. | finnur@chromium.org | 2009-06-30 | 1 | -6/+6 |
* | Implements a Zip() utility function. Refactor existing | aa@chromium.org | 2009-06-01 | 1 | -0/+0 |
* | Explicitly enable /INCREMENTAL linking for gyp-generated Debug builds. | sgk@google.com | 2009-05-22 | 1 | -0/+5 |