summaryrefslogtreecommitdiffstats
path: root/content/common/sandbox_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* We only need the larger 16GB RLIMIT_AS for web processes.cevans@chromium.org2013-02-141-10/+14
* Use base namespace for FilePath in chrome/common and content/common.brettw@chromium.org2013-02-071-1/+1
* Linux sandbox: limit the address spacejln@chromium.org2013-01-161-14/+38
* Re-land https://codereview.chromium.org/11565013/ -- Use __sanitizer_sandbox_...glider@google.com2012-12-211-0/+10
* Revert 173994dbeam@chromium.org2012-12-201-10/+0
* Use __sanitizer_sandbox_on_notify() to tell ASan the sandbox is about to be t...glider@chromium.org2012-12-191-0/+10
* Lower RLIMIT_AS to 4GB after discussion with jschuh.cevans@chromium.org2012-12-061-2/+2
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Linux: add functional sandbox checks in renderers.jln@chromium.org2012-10-231-4/+9
* Linux: limit the address space size in sandbox initialization.jln@chromium.org2012-10-221-0/+26
* Linux: add a seccomp-bpf sandbox for renderersjln@chromium.org2012-08-301-6/+11
* Disable seccomp-legacy if --no-sandbox is passed.jln@chromium.org2012-08-211-4/+6
* Correct style issues in Linux sandbox code.jln@chromium.org2012-08-171-2/+2
* Linux: add BPF sandbox status in about:sandboxjln@chromium.org2012-08-031-1/+6
* Create a class for seccomp-bpf sandboxing in content.jln@chromium.org2012-08-021-27/+73
* Create a LinuxSandbox class.jln@chromium.org2012-08-021-0/+184
* Revert 149692 - Create a LinuxSandbox class.mazda@chromium.org2012-08-021-181/+0
* Create a LinuxSandbox class.jln@chromium.org2012-08-021-0/+181