| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 2 | -2/+2 |
* | Remove inline definition of SIZE_MAX in header. | thakis@chromium.org | 2013-04-19 | 1 | -10/+3 |
* | setuid tools: open /proc directories relatively | jln@chromium.org | 2012-11-27 | 1 | -21/+44 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Correct style issues in Linux sandbox code. | jln@chromium.org | 2012-08-17 | 3 | -7/+10 |
* | Setuid sandbox unittest: fix environment. | jln@chromium.org | 2012-08-09 | 1 | -0/+12 |
* | Create a LinuxSandbox class. | jln@chromium.org | 2012-08-02 | 3 | -3/+19 |
* | Revert 149692 - Create a LinuxSandbox class. | mazda@chromium.org | 2012-08-02 | 3 | -19/+3 |
* | Create a LinuxSandbox class. | jln@chromium.org | 2012-08-02 | 3 | -3/+19 |
* | Fix gcc 4.7 building problems - cont 2. | shenhan@google.com | 2012-07-26 | 1 | -0/+1 |
* | Create a new SetuidSandboxClient class. | jln@chromium.org | 2012-07-23 | 7 | -46/+366 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 3 | -3/+0 |
* | Linux: bump the setuid sandbox API number | jln@chromium.org | 2012-06-05 | 1 | -1/+1 |
* | Setuid sandbox API versioning | jln@chromium.org | 2012-06-05 | 2 | -2/+59 |
* | Don't fork Zygote as a background process | jln@chromium.org | 2012-06-01 | 1 | -2/+67 |
* | Revert setuid sandbox as a "init process" changes | jln@chromium.org | 2012-05-23 | 3 | -342/+46 |
* | Fix Mario (32-bit) build. | gspencer@chromium.org | 2012-05-03 | 1 | -1/+1 |
* | This creates a field trial to determine the best level for low memory | gspencer@chromium.org | 2012-05-03 | 5 | -9/+95 |
* | Better check if argc is 0 because argv[0] is later used. | erik.sjolund@gmail.com | 2012-04-17 | 1 | -0/+4 |
* | If using the suid sandbox, but not using the seccomp sandbox, there is a | markus@chromium.org | 2012-03-12 | 1 | -4/+4 |
* | Fixed a bogus compiler warning. | markus@chromium.org | 2012-01-30 | 1 | -1/+1 |
* | Calling clone(CLONE_NEWPID) results in the new pid namespace getting a new "i... | markus@chromium.org | 2012-01-30 | 3 | -48/+344 |
* | Trying again to land OOM priority manager changes. | gspencer@google.com | 2011-08-23 | 3 | -13/+33 |
* | Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm. | mattm@chromium.org | 2011-08-22 | 3 | -33/+13 |
* | Changing OOM range to 0, 1000 and tweaking OOM algorithm. | gspencer@google.com | 2011-08-22 | 3 | -13/+33 |
* | Fixup bad include and usage of BASE_API, which should be BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | linux: components build | evan@chromium.org | 2011-05-02 | 1 | -2/+4 |
* | Revert 83629 - linux components: expose more BASE_API used by Chrome itself | maf@chromium.org | 2011-04-30 | 1 | -2/+2 |
* | linux components: expose more BASE_API used by Chrome itself | evan@chromium.org | 2011-04-29 | 1 | -2/+2 |
* | Revert 79867 - Revert 79618 - Landing for Julien Tinnes, jln@google.com: | laforge@chromium.org | 2011-03-30 | 1 | -124/+51 |
* | Revert 79618 - Landing for Julien Tinnes, jln@google.com: | laforge@chromium.org | 2011-03-30 | 1 | -51/+124 |
* | Landing for Julien Tinnes, jln@google.com: | cevans@chromium.org | 2011-03-28 | 1 | -124/+51 |
* | Remove NEWNS from the setuid sandbox. | mal@chromium.org | 2010-08-26 | 1 | -4/+0 |
* | Fix about:sandbox's network isolation indication. | agl@chromium.org | 2010-07-21 | 1 | -1/+1 |
* | Add about:sandbox. | agl@chromium.org | 2010-07-13 | 1 | -1/+14 |
* | Add NEWNS and NEWNET to the SUID sandbox. | agl@chromium.org | 2010-05-24 | 1 | -15/+30 |
* | Remove a possible race in the SUID sandbox (minor) | agl@chromium.org | 2010-05-20 | 1 | -7/+18 |
* | linux: turn on -Wextra | evan@chromium.org | 2010-03-26 | 3 | -14/+16 |
* | Revert "linux: turn on -Wextra" | evan@chromium.org | 2010-03-25 | 3 | -16/+14 |
* | linux: turn on -Wextra | evan@chromium.org | 2010-03-25 | 3 | -14/+16 |
* | Make sandbox code compile as "chromium_code". | craig.schlenter@chromium.org | 2010-03-10 | 1 | -2/+3 |
* | If /tmp is not a POSIX file system, try to use /dev/shm for creating our | markus@chromium.org | 2010-02-23 | 1 | -3/+58 |
* | linux: change a type in the sandbox to fix a warning | evan@chromium.org | 2010-02-15 | 1 | -1/+1 |
* | Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to... | thestig@chromium.org | 2009-12-10 | 3 | -1/+81 |
* | linux: compile fix for chrome_sandbox on 64-bit karmic | evan@chromium.org | 2009-11-04 | 1 | -0/+1 |
* | Allow chrome_sandbox to act as a helper program and find the socket with a gi... | thestig@chromium.org | 2009-11-04 | 3 | -4/+162 |
* | Clean out leftover bits of the path-based Linux SUID sandbox. | thestig@chromium.org | 2009-09-01 | 1 | -4/+0 |
* | Linux: updates to the SUID sandbox | agl@chromium.org | 2009-08-28 | 1 | -84/+64 |
* | Linux sandbox: fix security issue. | agl@chromium.org | 2009-08-12 | 1 | -2/+6 |
* | Linux sandbox: save full list of SUID unsafe environment variables. | agl@chromium.org | 2009-07-17 | 2 | -7/+78 |