summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp/sandbox.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow the seccomp sandbox to be enabled, even if the suid sandbox hasmarkus@chromium.org2009-11-071-9/+34
* Only enable the seccomp sandbox, if the machine actually has kernel support formarkus@chromium.org2009-11-041-1/+55
* GCC's optimizer is getting more aggressive. It is no longer goodmarkus@chromium.org2009-10-221-0/+7
* - found all symbols that we directly access from assembly and marked them as ...markus@chromium.org2009-10-211-5/+7
* Fix minor compilation issues that can trigger on some platforms (e.g. CentOS)markus@chromium.org2009-09-141-1/+1
* Fix seccomp sandbox for gcc44markus@chromium.org2009-08-121-1/+1
* Initial version of the Seccomp sandbox. Imported from http://code.google.com/...markus@chromium.org2009-08-111-0/+421