summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp/clone.cc
Commit message (Expand)AuthorAgeFilesLines
* Prevent FPU state corruption by directly creating the signal frame on themarkus@chromium.org2010-05-111-6/+17
* Merged Mark Seaborn's changes:markus@chromium.org2010-04-221-3/+3
* Make the use of signals inside of the sandbox safe.markus@chromium.org2010-04-201-20/+72
* Compute and pring the time that it takes to execute system calls. This datamarkus@chromium.org2010-03-181-1/+3
* - Add a custom allocator for STL objects. This fixes sandbox failures thatmarkus@chromium.org2010-03-081-1/+4
* Allow the seccomp sandbox to be enabled, even if the suid sandbox hasmarkus@chromium.org2009-11-071-4/+4
* Initial version of the Seccomp sandbox. Imported from http://code.google.com/...markus@chromium.org2009-08-111-0/+111